aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
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
commite1a1410dcccd1000d9f51a77c2dcc8d84c4db6da (patch)
treeba3bcd031b730e0efa3e1f7a3391dd4afba5d771 /package/kernel
parentf19453c2bc4e147891e7da59265edd2169f7a53c (diff)
downloadupstream-e1a1410dcccd1000d9f51a77c2dcc8d84c4db6da.tar.gz
upstream-e1a1410dcccd1000d9f51a77c2dcc8d84c4db6da.tar.bz2
upstream-e1a1410dcccd1000d9f51a77c2dcc8d84c4db6da.zip
fix missing nls support for 2.6.33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20214 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-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