projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e586bc
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19347
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index
26ba652
..
2b5aa15
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