[package] usb-core: Add dependency to nls-base (#5973)
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Oct 2009 11:44:36 +0000 (11:44 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Oct 2009 11:44:36 +0000 (11:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73

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