Skip to content

Commit cc6f67a

Browse files
blocktrronhafu
authored andcommitted
ath79-generic: remove Ubiquiti AirMax targets (freifunk-gluon#3067)
Remove due to ticket freifunk-gluon#2939 These devices risk being bricked in a way that can not be recovered without running full TFTP or serial recovery, as the flash ends up in a read-only state with no way of upgrading to a fixed version. Thus, remove the support for the time being. Don't just flag them as BROKEN, as this would deliberately brick these boards when installating such an image. Signed-off-by: David Bauer <[email protected]>
1 parent 1fba76a commit cc6f67a

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

docs/user/supported_devices.rst

-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ ath79-generic
128128

129129
* Ubiquiti
130130

131-
- NanoBeam 5AC 19 (XC)
132-
- NanoBeam M5 (XW)
133-
- NanoStation Loco M2/M5 (XW)
134-
- NanoStation M2/M5 (XW)
135131
- UniFi AC Lite
136132
- UniFi AC LR
137133
- UniFi AC Mesh

targets/ath79-generic

-21
Original file line numberDiff line numberDiff line change
@@ -541,21 +541,6 @@ device('tp-link-wbs510-v1', 'tplink_wbs510-v1', {
541541

542542
-- Ubiquiti
543543

544-
device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
545-
manifest_aliases = {
546-
'ubiquiti-loco-m-xw', -- upgrade from OpenWrt 19.07
547-
'ubiquiti-nanostation-loco-m2-xw', -- upgrade from OpenWrt 19.07
548-
'ubiquiti-nanostation-loco-m5-xw', -- upgrade from OpenWrt 19.07
549-
},
550-
})
551-
552-
device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
553-
manifest_aliases = {
554-
'ubiquiti-nanostation-m2-xw', -- upgrade from OpenWrt 19.07
555-
'ubiquiti-nanostation-m5-xw', -- upgrade from OpenWrt 19.07
556-
},
557-
})
558-
559544
device('ubiquiti-unifi-ac-lite', 'ubnt_unifiac-lite', {
560545
factory = false,
561546
packages = ATH10K_PACKAGES_QCA9880,
@@ -590,12 +575,6 @@ device('ubiquiti-unifi-ap', 'ubnt_unifi-ap', {
590575
},
591576
})
592577

593-
device('ubiquiti-nanobeam-ac-gen1-xc', 'ubnt_nanobeam-ac-xc', {
594-
packages = ATH10K_PACKAGES_QCA9880,
595-
})
596-
597-
device('ubiquiti-nanobeam-m5-xw', 'ubnt_nanobeam-m5-xw')
598-
599578
device('ubiquiti-unifi-ap-outdoor+', 'ubnt_unifi-ap-outdoor-plus', {
600579
manifest_aliases = {
601580
'ubiquiti-unifiap-outdoor+', -- upgrade from OpenWrt 19.07

0 commit comments

Comments
 (0)