add dependency info for linux 2.4 specific kmod package (related to #1521)
SVN-Revision: 6732
This commit is contained in:
parent
5c9cbf119d
commit
10a482c835
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue