[openwrt/openwrt] kernel: kmod-ag71xx: Depend on ath79 only

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 25 16:47:36 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7b3e9b7bab8274736834f1bb45cfd34d8609e463

commit 7b3e9b7bab8274736834f1bb45cfd34d8609e463
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 18:34:59 2025 +0200

    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 at hauke-m.de>
---
 package/kernel/linux/modules/netdevices.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index 3779246646..e52d6f1e6a 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -36,7 +36,7 @@ $(eval $(call KernelPackage,skge))
 define KernelPackage/ag71xx
   SUBMENU:=$(NETWORK_DEVICES_MENU)
   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
   FILES:=$(LINUX_DIR)/drivers/net/ethernet/atheros/ag71xx.ko
   AUTOLOAD:=$(call AutoLoad,50,ag71xx,1)




More information about the lede-commits mailing list