diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2022-11-18 16:39:27 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-20 16:24:24 +0100 |
commit | 5a1d7d8c1b422827673b13a034473683f5af3d6f (patch) | |
tree | 3a8c7902cdeb84ca94f2247125bff49c9a786bfe /target/linux/ath79/image/generic-ubnt.mk | |
parent | 3d343ca713aaa1e59962cdb4f09df99b3c7ad9a2 (diff) | |
download | upstream-5a1d7d8c1b422827673b13a034473683f5af3d6f.tar.gz upstream-5a1d7d8c1b422827673b13a034473683f5af3d6f.tar.bz2 upstream-5a1d7d8c1b422827673b13a034473683f5af3d6f.zip |
ath79: disable image building for Ubiquiti EdgeSwitch 8XP
The downstream OpenWrt driver for the BCM53128 switch ceased to work,
rendering the 8 LAN ports of the device unusable. This commit disables
image building while the problem is being solved.
See issue #10374 for more details.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Diffstat (limited to 'target/linux/ath79/image/generic-ubnt.mk')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index fe158e584b..bed043c3a7 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -43,6 +43,7 @@ define Device/ubnt_edgeswitch-8xp $(Device/ubnt-sw) DEVICE_MODEL := EdgeSwitch 8XP DEVICE_PACKAGES += kmod-switch-bcm53xx-mdio + DEFAULT := n endef TARGET_DEVICES += ubnt_edgeswitch-8xp |