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

ath79-generic: (re)add WBS510 v1 (#2543)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 7b43eb2e
No related branches found
No related tags found
No related merge requests found
......@@ -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', {
......
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