projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] kernel: fix typo that prevents autoloading of the rdc321x_wdt driver
[openwrt.git]
/
package
/
kernel
/
modules
/
usb.mk
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index
8ec76f0
..
8317161
100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-30,7
+30,7
@@
endef
define KernelPackage/usb-core
SUBMENU:=$(USB_MENU)
TITLE:=Support for USB
- DEPENDS:=@USB_SUPPORT
+ DEPENDS:=@USB_SUPPORT
+LINUX_2_6_31:kmod-nls-base
KCONFIG:=CONFIG_USB
AUTOLOAD:=$(call AutoLoad,20,usbcore)
endef
This page took
0.018688 seconds
and
4
git commands to generate.