1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-12 00:20:14 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2009-10-12 11:44:36 +00:00
parent 7a9f6b121f
commit 5c7fc903f3

View File

@ -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