Skip to content

Commit

Permalink
ath79-generic: disable ubnt devices which would probably get soft bri…
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Aug 9, 2023
1 parent 0ca91d8 commit 25a3ddb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -519,20 +519,20 @@ device('tp-link-wbs510-v1', 'tplink_wbs510-v1', {

-- Ubiquiti

device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
manifest_aliases = {
'ubiquiti-loco-m-xw', -- upgrade from OpenWrt 19.07
'ubiquiti-nanostation-loco-m2-xw', -- upgrade from OpenWrt 19.07
'ubiquiti-nanostation-loco-m5-xw', -- upgrade from OpenWrt 19.07
},
})
-- device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
-- manifest_aliases = {
-- 'ubiquiti-loco-m-xw', -- upgrade from OpenWrt 19.07
-- 'ubiquiti-nanostation-loco-m2-xw', -- upgrade from OpenWrt 19.07
-- 'ubiquiti-nanostation-loco-m5-xw', -- upgrade from OpenWrt 19.07
-- },
-- })

device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
manifest_aliases = {
'ubiquiti-nanostation-m2-xw', -- upgrade from OpenWrt 19.07
'ubiquiti-nanostation-m5-xw', -- upgrade from OpenWrt 19.07
},
})
-- device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
-- manifest_aliases = {
-- 'ubiquiti-nanostation-m2-xw', -- upgrade from OpenWrt 19.07
-- 'ubiquiti-nanostation-m5-xw', -- upgrade from OpenWrt 19.07
-- },
--})

device('ubiquiti-unifi-ac-lite', 'ubnt_unifiac-lite', {
factory = false,
Expand Down Expand Up @@ -568,11 +568,11 @@ device('ubiquiti-unifi-ap', 'ubnt_unifi-ap', {
},
})

device('ubiquiti-nanobeam-ac-gen1-xc', 'ubnt_nanobeam-ac-xc', {
packages = ATH10K_PACKAGES_QCA9880,
})
-- device('ubiquiti-nanobeam-ac-gen1-xc', 'ubnt_nanobeam-ac-xc', {
-- packages = ATH10K_PACKAGES_QCA9880,
-- })

device('ubiquiti-nanobeam-m5-xw', 'ubnt_nanobeam-m5-xw')
-- device('ubiquiti-nanobeam-m5-xw', 'ubnt_nanobeam-m5-xw')

device('ubiquiti-unifi-ap-outdoor+', 'ubnt_unifi-ap-outdoor-plus', {
manifest_aliases = {
Expand Down

0 comments on commit 25a3ddb

Please sign in to comment.