diff options
| author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2009-10-12 11:44:36 +0000 |
|---|---|---|
| committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2009-10-12 11:44:36 +0000 |
| commit | 79973cfaa7f3244515a37ab2908f4a2c60d76960 (patch) | |
| tree | 312cd1fa940a74d5d7dc7547742bbf9b55416224 /package/kernel/modules | |
| parent | 31e93d467c068b07cc38e6b5ad0445baadbdd72b (diff) | |
| download | upstream-79973cfaa7f3244515a37ab2908f4a2c60d76960.tar.gz upstream-79973cfaa7f3244515a37ab2908f4a2c60d76960.tar.bz2 upstream-79973cfaa7f3244515a37ab2908f4a2c60d76960.zip | |
usb-core: Add dependency to nls-base (#5973)
SVN-Revision: 18041
Diffstat (limited to 'package/kernel/modules')
| -rw-r--r-- | package/kernel/modules/usb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 8ec76f0d365..8317161724c 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -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 |
