Skip to content
Snippets Groups Projects
Unverified Commit 684b4a80 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

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

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 8e9a186e
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ ath79-generic ...@@ -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', { ...@@ -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() ...@@ -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', { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment