projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f52032
)
fix kmod-nls-base dependency with usb-core (#6753)
author
Alexandros C. Couloumbis
<alex@ozo.com>
Fri, 23 Apr 2010 15:50:28 +0000
(15:50 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Fri, 23 Apr 2010 15:50:28 +0000
(15:50 +0000)
SVN-Revision: 21114
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index 7c5269ab1d4d84b949d21ef8ba284df6b1e1dd20..b6f8d8bdbe51fba25f66ff45492f47a7f507eb77 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 +LINUX_2_6_32:kmod-nls-base +LINUX_2_6_33:kmod-nls-base
+ DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base +LINUX_2_6_32:kmod-nls-base +LINUX_2_6_33:kmod-nls-base
+LINUX_2_6_34:kmod-nls-base
KCONFIG:=CONFIG_USB
AUTOLOAD:=$(call AutoLoad,20,usbcore,1)
endef