summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-14 18:22:57 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-14 18:22:57 +0000
commit411ab9871e0dc6a3b015c4cff329f52056e33807 (patch)
tree79fab02df22dbab75ceecbb2ea0042d8da0abf3e /package
parent3b6b74ee378564758fcebb2e96348fc132b20c02 (diff)
downloadmaster-31e0f0ae-411ab9871e0dc6a3b015c4cff329f52056e33807.tar.gz
master-31e0f0ae-411ab9871e0dc6a3b015c4cff329f52056e33807.tar.bz2
master-31e0f0ae-411ab9871e0dc6a3b015c4cff329f52056e33807.zip
fix missing nls support for 2.6.33
SVN-Revision: 20214
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 e4a2d907c0..7ad447c723 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
+ DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base +LINUX_2_6_32:kmod-nls-base +LINUX_2_6_33:kmod-nls-base
KCONFIG:=CONFIG_USB
AUTOLOAD:=$(call AutoLoad,20,usbcore,1)
endef