projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
551cef3
)
add dependency info for linux 2.4 specific kmod package (related to #1521)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Mar 2007 23:43:36 +0000
(23:43 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Mar 2007 23:43:36 +0000
(23:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6732
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/usb.mk
patch
|
blob
|
history
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