projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
237df62
)
fix kmod-nls-base dependency with usb-core (#6753)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 28 Feb 2010 20:50:41 +0000
(20:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 28 Feb 2010 20:50:41 +0000
(20:50 +0000)
SVN-Revision: 19918
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index f1617fb6d77ab9e1d28f75bbf3257171027d9799..e4a2d907c03d68bae6ef366180ba7c7216f4b147 100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-18,7
+18,7
@@
USBINPUT_DIR?=input/misc
define KernelPackage/usb-core
SUBMENU:=$(USB_MENU)
TITLE:=Support for USB
- DEPENDS:=@USB_SUPPORT +LINUX_2_6_31
||
LINUX_2_6_32:kmod-nls-base
+ DEPENDS:=@USB_SUPPORT +LINUX_2_6_31
:kmod-nls-base +
LINUX_2_6_32:kmod-nls-base
KCONFIG:=CONFIG_USB
AUTOLOAD:=$(call AutoLoad,20,usbcore,1)
endef