ath79-generic: (re)add CPE210v3 (#2506)

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
J. Burfeind 2022-05-13 23:36:34 +02:00 committed by GitHub
parent 523dead05b
commit 02edf564bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -84,7 +84,7 @@ ath79-generic
- Archer C6 (v2) - Archer C6 (v2)
- Archer C7 (v2, v4, v5) - Archer C7 (v2, v4, v5)
- Archer C59 (v1) - Archer C59 (v1)
- CPE210 (v1.0, v1.1, v2.0) - CPE210 (v1.0, v1.1, v2.0, v3.0, v3.1, v3.20)
- CPE220 (v3.0) - CPE220 (v3.0)
- CPE510 (v1.0, v1.1) - CPE510 (v1.0, v1.1)
- CPE510 (v2.0) - CPE510 (v2.0)

View File

@ -29,6 +29,7 @@ function M.is_outdoor_device()
'plasmacloud,pa300e', 'plasmacloud,pa300e',
'tplink,cpe210-v1', 'tplink,cpe210-v1',
'tplink,cpe210-v2', 'tplink,cpe210-v2',
'tplink,cpe210-v3',
'tplink,cpe220-v3', 'tplink,cpe220-v3',
'tplink,cpe510-v1', 'tplink,cpe510-v1',
'tplink,cpe510-v2', 'tplink,cpe510-v2',

View File

@ -353,6 +353,13 @@ device('tp-link-cpe210-v2', 'tplink_cpe210-v2', {
'tp-link-cpe210-v2.0', -- Upgrade from OpenWrt 19.07 'tp-link-cpe210-v2.0', -- Upgrade from OpenWrt 19.07
}, },
}) })
device('tp-link-cpe210-v3', 'tplink_cpe210-v3', {
manifest_aliases = {
'tp-link-cpe210-v3.0', -- Upgrade from OpenWrt 19.07
'tp-link-cpe210-v3.1', -- Upgrade from OpenWrt 19.07
'tp-link-cpe210-v3.20', -- Upgrade from OpenWrt 19.07
},
})
device('tp-link-cpe220-v3', 'tplink_cpe220-v3') device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-cpe510-v1', 'tplink_cpe510-v1', { device('tp-link-cpe510-v1', 'tplink_cpe510-v1', {
manifest_aliases = { manifest_aliases = {