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> SVN-Revision: 39289
This commit is contained in:
parent
4ae2d6f293
commit
bf662d7cb0
2 changed files with 2 additions and 2 deletions
|
@ -500,7 +500,7 @@ $(eval $(call KernelPackage,pcnet32))
|
|||
define KernelPackage/tg3
|
||||
TITLE:=Broadcom Tigon3 Gigabit Ethernet
|
||||
KCONFIG:=CONFIG_TIGON3
|
||||
DEPENDS:=+!TARGET_brcm47xx:kmod-libphy +!LINUX_3_3:kmod-hwmon-core +(LINUX_3_8||LINUX_3_9||LINUX_3_10||LINUX_3_12):kmod-ptp
|
||||
DEPENDS:=+!TARGET_brcm47xx:kmod-libphy +!LINUX_3_3:kmod-hwmon-core +(!LINUX_3_3&&!LINUX_3_6):kmod-ptp
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/tg3.ko
|
||||
AUTOLOAD:=$(call AutoLoad,19,tg3,1)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue