1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6732 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-03-27 23:43:36 +00:00
parent ded9d6a0d4
commit 0f8b3b32c0

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