diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |