From: Hauke Mehrtens Date: Wed, 13 May 2020 21:42:15 +0000 (+0200) Subject: ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES X-Git-Tag: v21.02.0-rc1~2401 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4c3b81b75d0e0960cf49515ee8e48ada22256fd2;p=openwrt%2Fstaging%2Fhauke.git ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES switch-bcm53xx-mdio does not exists, use kmod-switch-bcm53xx-mdio instead. Signed-off-by: Hauke Mehrtens Cc: Tobias Schramm --- 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