diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-23 15:50:28 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-23 15:50:28 +0000 |
commit | acb329137e21c7dd05e17aadce4d5840ddee55c9 (patch) | |
tree | 211aa175c88b7536a38a60e6423f1d735a791b7a /package/kernel/modules/usb.mk | |
parent | 6f5203228f32eb66db5f5c1e87066301d1ce0d9b (diff) | |
download | upstream-acb329137e21c7dd05e17aadce4d5840ddee55c9.tar.gz upstream-acb329137e21c7dd05e17aadce4d5840ddee55c9.tar.bz2 upstream-acb329137e21c7dd05e17aadce4d5840ddee55c9.zip |
fix kmod-nls-base dependency with usb-core (#6753)
SVN-Revision: 21114
Diffstat (limited to 'package/kernel/modules/usb.mk')
-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 7c5269ab1d..b6f8d8bdbe 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -18,7 +18,7 @@ USBINPUT_DIR?=input/misc define KernelPackage/usb-core SUBMENU:=$(USB_MENU) TITLE:=Support for USB - DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base +LINUX_2_6_32:kmod-nls-base +LINUX_2_6_33:kmod-nls-base + DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base +LINUX_2_6_32:kmod-nls-base +LINUX_2_6_33:kmod-nls-base +LINUX_2_6_34:kmod-nls-base KCONFIG:=CONFIG_USB AUTOLOAD:=$(call AutoLoad,20,usbcore,1) endef |