ath79-generic: (re)add support for wbs210v1 (#2461)
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
8e9a186e5a
commit
684b4a80a0
@ -89,6 +89,7 @@ ath79-generic
|
|||||||
- TL-WR810N (v1)
|
- TL-WR810N (v1)
|
||||||
- TL-WR842N/ND (v3)
|
- TL-WR842N/ND (v3)
|
||||||
- TL-WR1043N/ND (v2, v3, v4)
|
- TL-WR1043N/ND (v2, v3, v4)
|
||||||
|
- WBS210 (v1.20)
|
||||||
- WBS210 (v2.0)
|
- WBS210 (v2.0)
|
||||||
|
|
||||||
* Ubiquiti
|
* Ubiquiti
|
||||||
|
@ -46,6 +46,7 @@ if platform.match('ath79', 'generic', {
|
|||||||
'tplink,cpe210-v1',
|
'tplink,cpe210-v1',
|
||||||
'tplink,cpe210-v2',
|
'tplink,cpe210-v2',
|
||||||
'tplink,cpe510-v1',
|
'tplink,cpe510-v1',
|
||||||
|
'tplink,wbs210-v1',
|
||||||
'tplink,wbs210-v2',
|
'tplink,wbs210-v2',
|
||||||
'ubnt,nanostation-m-xw',
|
'ubnt,nanostation-m-xw',
|
||||||
'ubnt,unifi-ap-pro',
|
'ubnt,unifi-ap-pro',
|
||||||
|
@ -34,6 +34,7 @@ function M.is_outdoor_device()
|
|||||||
'tplink,cpe510-v2',
|
'tplink,cpe510-v2',
|
||||||
'tplink,cpe510-v3',
|
'tplink,cpe510-v3',
|
||||||
'tplink,eap225-outdoor-v1',
|
'tplink,eap225-outdoor-v1',
|
||||||
|
'tplink,wbs210-v1',
|
||||||
'tplink,wbs210-v2',
|
'tplink,wbs210-v2',
|
||||||
'ubnt,nanostation-m-xw',
|
'ubnt,nanostation-m-xw',
|
||||||
'ubnt,unifiac-mesh',
|
'ubnt,unifiac-mesh',
|
||||||
|
@ -356,6 +356,12 @@ device('tp-link-tl-wr1043nd-v4', 'tplink_tl-wr1043nd-v4', {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
device('tp-link-wbs210-v1', 'tplink_wbs210-v1', {
|
||||||
|
manifest_aliases = {
|
||||||
|
'tp-link-wbs210-v1.20', -- upgrade from OpenWrt 19.07
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
|
device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
|
||||||
|
|
||||||
-- Ubiquiti
|
-- Ubiquiti
|
||||||
|
Loading…
Reference in New Issue
Block a user