fix missing nls support for 2.6.33
SVN-Revision: 20214
This commit is contained in:
parent
3b6b74ee37
commit
411ab9871e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base +LINUX_2_6_32:kmod-nls-base +LINUX_2_6_33:kmod-nls-base
|
||||
KCONFIG:=CONFIG_USB
|
||||
AUTOLOAD:=$(call AutoLoad,20,usbcore,1)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue