projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e93d4
)
usb-core: Add dependency to nls-base (#5973)
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Mon, 12 Oct 2009 11:44:36 +0000
(11:44 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Mon, 12 Oct 2009 11:44:36 +0000
(11:44 +0000)
SVN-Revision: 18041
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index 8ec76f0d3652a5d053dbd3e77cb3c9facebfa6b2..8317161724ca57a7894ad5ded1b738f1405fefaf 100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-30,7
+30,7
@@
endef
define KernelPackage/usb-core
SUBMENU:=$(USB_MENU)
TITLE:=Support for USB
- DEPENDS:=@USB_SUPPORT
+ DEPENDS:=@USB_SUPPORT
+LINUX_2_6_31:kmod-nls-base
KCONFIG:=CONFIG_USB
AUTOLOAD:=$(call AutoLoad,20,usbcore)
endef