kernel: remove kernel version dependency from ochi-pci module
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45222
This commit is contained in:
parent
66d785b634
commit
d1457d5db4
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ $(eval $(call KernelPackage,usb-ohci,1))
|
|||
|
||||
define KernelPackage/usb-ohci-pci
|
||||
TITLE:=Support for PCI OHCI controllers
|
||||
DEPENDS:=@PCI_SUPPORT @(!LINUX_3_3&&!LINUX_3_6) +kmod-usb-ohci
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-usb-ohci
|
||||
KCONFIG:=CONFIG_USB_OHCI_HCD_PCI
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ohci-pci.ko
|
||||
AUTOLOAD:=$(call AutoLoad,51,ohci-pci,1)
|
||||
|
|
Loading…
Reference in a new issue