[openwrt/openwrt] ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES

LEDE Commits lede-commits at lists.infradead.org
Fri Jun 26 18:19:34 EDT 2020


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4c3b81b75d0e0960cf49515ee8e48ada22256fd2

commit 4c3b81b75d0e0960cf49515ee8e48ada22256fd2
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed May 13 23:42:15 2020 +0200

    ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES
    
    switch-bcm53xx-mdio does not exists, use kmod-switch-bcm53xx-mdio
    instead.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    Cc: Tobias Schramm <tobleminer at gmail.com>
---
 target/linux/ath79/image/generic-ubnt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk
index 480b3a5e68..3f4cc13916 100644
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -159,7 +159,7 @@ TARGET_DEVICES += ubnt_edgeswitch-5xp
 define Device/ubnt_edgeswitch-8xp
   $(Device/ubnt-sw)
   DEVICE_MODEL := EdgeSwitch 8XP
-  DEVICE_PACKAGES += switch-bcm53xx-mdio
+  DEVICE_PACKAGES += kmod-switch-bcm53xx-mdio
 endef
 TARGET_DEVICES += ubnt_edgeswitch-8xp
 



More information about the lede-commits mailing list