projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785e457
)
package: kmod-usb-core depends on kmod-nls-base on 2.6.32
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 26 Jan 2010 14:41:29 +0000
(14:41 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 26 Jan 2010 14:41:29 +0000
(14:41 +0000)
SVN-Revision: 19347
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index 26ba652b615bd38c61f3b5c76ef748c4efd83ecd..2b5aa15104dd62305b008901676d5b92478bb2bb 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:kmod-nls-base
+ DEPENDS:=@USB_SUPPORT +LINUX_2_6_31
||LINUX_2_6_32
:kmod-nls-base
KCONFIG:=CONFIG_USB
AUTOLOAD:=$(call AutoLoad,20,usbcore)
endef