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 | cee3154423b4a4943c896b005aa30e96a998f1d5 (patch) | |
tree | 69feacd876a4c64c8fc0fc129a1e2fd7400d978a /package/kernel/modules | |
parent | 20711d07232147887fed7dc3a393614b6ae143d7 (diff) | |
download | upstream-cee3154423b4a4943c896b005aa30e96a998f1d5.tar.gz upstream-cee3154423b4a4943c896b005aa30e96a998f1d5.tar.bz2 upstream-cee3154423b4a4943c896b005aa30e96a998f1d5.zip |
[package] fix kmod-nls-base dependency with usb-core (#6753)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21114 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |