diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-02-28 20:50:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-02-28 20:50:41 +0000 |
commit | 32bba7d1540cae89123978a1d1e96f822f4131c6 (patch) | |
tree | 366b9bc662a61bd4e93e38670d50199353d2e639 /package | |
parent | 237df628c3be59b23e5194e8173e207a529970bd (diff) | |
download | upstream-32bba7d1540cae89123978a1d1e96f822f4131c6.tar.gz upstream-32bba7d1540cae89123978a1d1e96f822f4131c6.tar.bz2 upstream-32bba7d1540cae89123978a1d1e96f822f4131c6.zip |
fix kmod-nls-base dependency with usb-core (#6753)
SVN-Revision: 19918
Diffstat (limited to 'package')
-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 f1617fb6d7..e4a2d907c0 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||LINUX_2_6_32:kmod-nls-base + DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base +LINUX_2_6_32:kmod-nls-base KCONFIG:=CONFIG_USB AUTOLOAD:=$(call AutoLoad,20,usbcore,1) endef |