mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: remove kernel version dependency from ochi-pci module
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45222 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
31a565d7b8
commit
2410732c21
@ -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…
x
Reference in New Issue
Block a user