summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-04-23 15:50:28 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-04-23 15:50:28 +0000
commitacb329137e21c7dd05e17aadce4d5840ddee55c9 (patch)
tree211aa175c88b7536a38a60e6423f1d735a791b7a /package
parent6f5203228f32eb66db5f5c1e87066301d1ce0d9b (diff)
downloadmaster-31e0f0ae-acb329137e21c7dd05e17aadce4d5840ddee55c9.tar.gz
master-31e0f0ae-acb329137e21c7dd05e17aadce4d5840ddee55c9.tar.bz2
master-31e0f0ae-acb329137e21c7dd05e17aadce4d5840ddee55c9.zip
fix kmod-nls-base dependency with usb-core (#6753)
SVN-Revision: 21114
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/usb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk
index 7c5269ab1d..b6f8d8bdbe 100644
--- 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