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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Vasilis Tsiligiannis 2009-10-12 11:44:36 +00:00
parent ef18709959
commit f792506c9f
1 changed files with 1 additions and 1 deletions

View 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