prepared build of dm9601 module

fixed directory of mcs7380 module
added usb-net patched kudzu to core 6


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1159 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
arne_f
2008-01-26 12:24:04 +00:00
parent ff632ec4b1
commit c088b14c3a
7 changed files with 102 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ diff -Naur kudzu.org/usb.c kudzu-1.2.64/usb.c
!strcmp(t->driver, "ax8817x") ||
!strcmp(t->driver, "zd1201") ||
!strcmp(t->driver, "asix") ||
+ !strcmp(t->driver, "mcs7830") ||
+ !strcmp(t->driver, "mcs7830") || !strcmp(t->driver, "dm9601") ||
!strcmp(t->driver, "usbnet"))) {
if (t->type == CLASS_OTHER)
t->type = CLASS_NETWORK;