Browse Source

ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES

switch-bcm53xx-mdio does not exists, use kmod-switch-bcm53xx-mdio
instead.

Signed-off-by: Hauke Mehrtens <[email protected]>
Cc: Tobias Schramm <[email protected]>
Hauke Mehrtens 5 years ago
parent
commit
4c3b81b75d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ath79/image/generic-ubnt.mk

+ 1 - 1
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