fix last change - some pats are 2.6.22 specific, and we aren't there yet
SVN-Revision: 7516
This commit is contained in:
parent
ade1318a9a
commit
c43671dd28
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue