mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
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
@ -8,11 +8,12 @@
|
|||||||
|
|
||||||
USBMENU:=USB Support
|
USBMENU:=USB Support
|
||||||
|
|
||||||
ifeq ($(KERNEL),2.4)
|
# This is 2.6.22 specific
|
||||||
|
#ifeq ($(KERNEL),2.4)
|
||||||
USBNET_DIR=usb/net
|
USBNET_DIR=usb/net
|
||||||
else
|
#else
|
||||||
USBNET_DIR=net/usb
|
# USBNET_DIR=net/usb
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
define KernelPackage/usb-core
|
define KernelPackage/usb-core
|
||||||
TITLE:=Support for USB
|
TITLE:=Support for USB
|
||||||
|
Loading…
Reference in New Issue
Block a user