projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add dependency info for linux 2.4 specific kmod package (related to #1521)
[openwrt.git]
/
package
/
kernel
/
modules
/
usb.mk
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index
d391f8b
..
842fe19
100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-50,7
+50,7
@@
$(eval $(call KernelPackage,usb-uhci))
define KernelPackage/usb-uhci-iv
TITLE:=Support for Intel/VIA UHCI controllers
DESCRIPTION:=Kernel support for Intel/VIA USB UHCI controllers
- DEPENDS:=kmod-usb-core
+ DEPENDS:=kmod-usb-core
@LINUX_2_4
SUBMENU:=$(USBMENU)
endef
This page took
0.022438 seconds
and
4
git commands to generate.