package: kmod-usb-core depends on kmod-nls-base on 2.6.32
authorGabor Juhos <juhosg@openwrt.org>
Tue, 26 Jan 2010 14:41:29 +0000 (14:41 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 26 Jan 2010 14:41:29 +0000 (14:41 +0000)
SVN-Revision: 19347

package/kernel/modules/usb.mk

index 26ba652b615bd38c61f3b5c76ef748c4efd83ecd..2b5aa15104dd62305b008901676d5b92478bb2bb 100644 (file)
@@ -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
+  DEPENDS:=@USB_SUPPORT +LINUX_2_6_31||LINUX_2_6_32:kmod-nls-base
   KCONFIG:=CONFIG_USB
   AUTOLOAD:=$(call AutoLoad,20,usbcore)
 endef