Explorar o código

usb-core: Add dependency to nls-base (#5973)

SVN-Revision: 18041
Vasilis Tsiligiannis %!s(int64=16) %!d(string=hai) anos
pai
achega
79973cfaa7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/kernel/modules/usb.mk

+ 1 - 1
package/kernel/modules/usb.mk

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