projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ade1318
)
fix last change - some pats are 2.6.22 specific, and we aren't there yet
author
Imre Kaloz
<kaloz@openwrt.org>
Thu, 7 Jun 2007 09:43:30 +0000
(09:43 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Thu, 7 Jun 2007 09:43:30 +0000
(09:43 +0000)
SVN-Revision: 7516
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index 2f14f67579b21c2dcfcc34bc7f49b35bae614b87..04aeb2a10f174de7bc196ee4789ed29bcb762869 100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-8,11
+8,12
@@
USBMENU:=USB Support
-ifeq ($(KERNEL),2.4)
+# This is 2.6.22 specific
+#ifeq ($(KERNEL),2.4)
USBNET_DIR=usb/net
-else
-
USBNET_DIR=net/usb
-endif
+
#
else
+
#
USBNET_DIR=net/usb
+
#
endif
define KernelPackage/usb-core
TITLE:=Support for USB