Browse Source

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

SVN-Revision: 6732
Felix Fietkau 19 years ago
parent
commit
10a482c835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/usb.mk

+ 1 - 1
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