ath79-generic: (re)add WBS510 v1 (#2543)
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
7b43eb2eed
commit
e5a6233709
@ -104,6 +104,7 @@ ath79-generic
|
||||
- TL-WR1043N/ND (v2, v3, v4, v5)
|
||||
- WBS210 (v1.20)
|
||||
- WBS210 (v2.0)
|
||||
- WBS510 (v1.20)
|
||||
|
||||
* Ubiquiti
|
||||
|
||||
|
@ -48,6 +48,7 @@ if platform.match('ath79', 'generic', {
|
||||
'tplink,cpe510-v1',
|
||||
'tplink,wbs210-v1',
|
||||
'tplink,wbs210-v2',
|
||||
'tplink,wbs510-v1',
|
||||
'ubnt,nanostation-m-xw',
|
||||
'ubnt,unifi-ap-pro',
|
||||
}) then
|
||||
|
@ -38,6 +38,7 @@ function M.is_outdoor_device()
|
||||
'tplink,eap225-outdoor-v1',
|
||||
'tplink,wbs210-v1',
|
||||
'tplink,wbs210-v2',
|
||||
'tplink,wbs510-v1',
|
||||
'ubnt,nanobeam-m5-xw',
|
||||
'ubnt,nanostation-loco-m-xw',
|
||||
'ubnt,nanostation-m-xw',
|
||||
|
@ -435,6 +435,12 @@ device('tp-link-wbs210-v1', 'tplink_wbs210-v1', {
|
||||
|
||||
device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
|
||||
|
||||
device('tp-link-wbs510-v1', 'tplink_wbs510-v1', {
|
||||
manifest_aliases = {
|
||||
'tp-link-wbs510-v1.20', -- upgrade from OpenWrt 19.07
|
||||
},
|
||||
})
|
||||
|
||||
-- Ubiquiti
|
||||
|
||||
device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
|
||||
|
Loading…
Reference in New Issue
Block a user