add dependency info for linux 2.4 specific kmod package (related to #1521)

SVN-Revision: 6732
This commit is contained in:
Felix Fietkau 2007-03-27 23:43:36 +00:00
parent 5c9cbf119d
commit 10a482c835

View file

@ -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