mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
packages: kernel: reverse kernel dependencies logic
This will select the correct dependencies also for more recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39289 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -189,7 +189,7 @@ $(eval $(call KernelPackage,usb2))
|
||||
|
||||
define KernelPackage/usb2-pci
|
||||
TITLE:=Support for PCI USB2 controllers
|
||||
DEPENDS:=@PCI_SUPPORT @(LINUX_3_8||LINUX_3_9||LINUX_3_10) +kmod-usb2
|
||||
DEPENDS:=@PCI_SUPPORT @(!LINUX_3_3&&!LINUX_3_6) +kmod-usb2
|
||||
KCONFIG:=CONFIG_USB_EHCI_PCI
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-pci.ko
|
||||
AUTOLOAD:=$(call AutoLoad,42,ehci-pci,1)
|
||||
|
||||
Reference in New Issue
Block a user