usb-core: Add dependency to nls-base (#5973)
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 12 Oct 2009 11:44:36 +0000 (11:44 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 12 Oct 2009 11:44:36 +0000 (11:44 +0000)
SVN-Revision: 18041

package/kernel/modules/usb.mk

index 8ec76f0d3652a5d053dbd3e77cb3c9facebfa6b2..8317161724ca57a7894ad5ded1b738f1405fefaf 100644 (file)
@@ -30,7 +30,7 @@ endef
 define KernelPackage/usb-core
   SUBMENU:=$(USB_MENU)
   TITLE:=Support for USB
-  DEPENDS:=@USB_SUPPORT
+  DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base
   KCONFIG:=CONFIG_USB
   AUTOLOAD:=$(call AutoLoad,20,usbcore)
 endef