mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
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
12 lines
481 B
Diff
12 lines
481 B
Diff
diff -Naur kudzu.org/usb.c kudzu-1.2.64/usb.c
|
|
--- kudzu-1.2.64/usb.c 2006-11-28 17:58:58.000000000 +0100
|
|
+++ kudzu-1.2.64/usb.c 2007-11-29 09:24:35.000000000 +0100
|
|
@@ -268,6 +268,7 @@
|
|
!strcmp(t->driver, "ax8817x") ||
|
|
!strcmp(t->driver, "zd1201") ||
|
|
!strcmp(t->driver, "asix") ||
|
|
+ !strcmp(t->driver, "mcs7830") || !strcmp(t->driver, "dm9601") ||
|
|
!strcmp(t->driver, "usbnet"))) {
|
|
if (t->type == CLASS_OTHER)
|
|
t->type = CLASS_NETWORK;
|