kernel: kmod-ag71xx: Depend on ath79 only
The kernel driver configuration depends on ath79 or compile test and not on PCI. Allow this package in OpenWrt only for the ath79 target. Link: https://github.com/openwrt/openwrt/pull/19480 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -36,7 +36,7 @@ $(eval $(call KernelPackage,skge))
|
|||||||
define KernelPackage/ag71xx
|
define KernelPackage/ag71xx
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=Atheros AR7XXX/AR9XXX ethernet mac support
|
TITLE:=Atheros AR7XXX/AR9XXX ethernet mac support
|
||||||
DEPENDS:=@PCI_SUPPORT||TARGET_ath79 +kmod-phylink +kmod-mdio-devres +kmod-net-selftests
|
DEPENDS:=@TARGET_ath79 +kmod-phylink +kmod-mdio-devres +kmod-net-selftests
|
||||||
KCONFIG:=CONFIG_AG71XX
|
KCONFIG:=CONFIG_AG71XX
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/atheros/ag71xx.ko
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/atheros/ag71xx.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,ag71xx,1)
|
AUTOLOAD:=$(call AutoLoad,50,ag71xx,1)
|
||||||
|
|||||||
Reference in New Issue
Block a user