[package] usb-core: Add dependency to nls-base (#5973)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ef18709959
commit
f792506c9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue