ath79-generic: (re)add support for nanostation-loco-m-xm
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
099d2bd693
commit
9d2c8be64e
@ -98,6 +98,7 @@ ath79-generic
|
|||||||
|
|
||||||
* Ubiquiti
|
* Ubiquiti
|
||||||
|
|
||||||
|
- NanoStation Loco M2/M5 (XM)
|
||||||
- NanoStation M2/M5 (XW)
|
- NanoStation M2/M5 (XW)
|
||||||
- UniFi AC Lite
|
- UniFi AC Lite
|
||||||
- UniFi AC LR
|
- UniFi AC LR
|
||||||
|
@ -36,6 +36,7 @@ function M.is_outdoor_device()
|
|||||||
'tplink,eap225-outdoor-v1',
|
'tplink,eap225-outdoor-v1',
|
||||||
'tplink,wbs210-v1',
|
'tplink,wbs210-v1',
|
||||||
'tplink,wbs210-v2',
|
'tplink,wbs210-v2',
|
||||||
|
'ubnt,nanostation-loco-m',
|
||||||
'ubnt,nanostation-m-xw',
|
'ubnt,nanostation-m-xw',
|
||||||
'ubnt,unifiac-mesh',
|
'ubnt,unifiac-mesh',
|
||||||
}) then
|
}) then
|
||||||
|
@ -382,6 +382,15 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
|
|||||||
|
|
||||||
-- Ubiquiti
|
-- Ubiquiti
|
||||||
|
|
||||||
|
device('ubiquiti-nanostation-loco-m-xm', 'ubnt_nanostation-loco-m', {
|
||||||
|
manifest_aliases = {
|
||||||
|
'ubiquiti-nanostation-loco-m2', -- upgrade from OpenWrt 19.07
|
||||||
|
'ubiquiti-nanostation-loco-m5', -- upgrade from OpenWrt 19.07
|
||||||
|
},
|
||||||
|
packages = { 'zram-swap' },
|
||||||
|
class = 'tiny', -- 32M ath9k
|
||||||
|
})
|
||||||
|
|
||||||
device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
|
device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
|
||||||
manifest_aliases = {
|
manifest_aliases = {
|
||||||
'ubiquiti-nanostation-m2-xw', -- upgrade from OpenWrt 19.07
|
'ubiquiti-nanostation-m2-xw', -- upgrade from OpenWrt 19.07
|
||||||
|
Loading…
Reference in New Issue
Block a user