mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-31 15:51:06 +02:00
fix last change - some pats are 2.6.22 specific, and we aren't there yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7516 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9bf524cfa3
commit
6f76b601ee
@ -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…
x
Reference in New Issue
Block a user