ath79-generic: (re)add support for wbs210v1 (#2461)

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
J. Burfeind 2022-04-08 00:18:34 +02:00 committed by GitHub
parent 8e9a186e5a
commit 684b4a80a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

View File

@ -89,6 +89,7 @@ ath79-generic
- TL-WR810N (v1)
- TL-WR842N/ND (v3)
- TL-WR1043N/ND (v2, v3, v4)
- WBS210 (v1.20)
- WBS210 (v2.0)
* Ubiquiti

View File

@ -46,6 +46,7 @@ if platform.match('ath79', 'generic', {
'tplink,cpe210-v1',
'tplink,cpe210-v2',
'tplink,cpe510-v1',
'tplink,wbs210-v1',
'tplink,wbs210-v2',
'ubnt,nanostation-m-xw',
'ubnt,unifi-ap-pro',

View File

@ -34,6 +34,7 @@ function M.is_outdoor_device()
'tplink,cpe510-v2',
'tplink,cpe510-v3',
'tplink,eap225-outdoor-v1',
'tplink,wbs210-v1',
'tplink,wbs210-v2',
'ubnt,nanostation-m-xw',
'ubnt,unifiac-mesh',

View File

@ -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')
-- Ubiquiti