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

ath79-generic: (re)add support for CPE210 v2.x (#2429)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 138792e7
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ ath79-generic
- Archer A7 (v5)
- Archer C6 (v2)
- CPE210 (v1.0, v1.1)
- CPE210 (v1.0, v1.1, v2.0)
- CPE220 (v3.0)
- CPE510 (v2.0)
- CPE510 (v3.0)
......
......@@ -44,6 +44,7 @@ local wan_ifname = iface_exists(wan_interfaces)
if platform.match('ath79', 'generic', {
'tplink,cpe210-v1',
'tplink,cpe210-v2',
'tplink,wbs210-v2',
}) then
lan_ifname, wan_ifname = wan_ifname, lan_ifname
......
......@@ -28,6 +28,7 @@ function M.is_outdoor_device()
'plasmacloud,pa300',
'plasmacloud,pa300e',
'tplink,cpe210-v1',
'tplink,cpe210-v2',
'tplink,cpe220-v3',
'tplink,cpe510-v2',
'tplink,cpe510-v3',
......
......@@ -267,6 +267,11 @@ device('tp-link-cpe210-v1', 'tplink_cpe210-v1', {
'tp-link-cpe210-v1.1', -- Upgrade from OpenWrt 19.07
},
})
device('tp-link-cpe210-v2', 'tplink_cpe210-v2', {
manifest_aliases = {
'tp-link-cpe210-v2.0', -- Upgrade from OpenWrt 19.07
},
})
device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
......
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