ath79-generic: (re)add CPE210v3 (#2506)
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
523dead05b
commit
02edf564bd
@ -84,7 +84,7 @@ ath79-generic
|
||||
- Archer C6 (v2)
|
||||
- Archer C7 (v2, v4, v5)
|
||||
- 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)
|
||||
- CPE510 (v1.0, v1.1)
|
||||
- CPE510 (v2.0)
|
||||
|
@ -29,6 +29,7 @@ function M.is_outdoor_device()
|
||||
'plasmacloud,pa300e',
|
||||
'tplink,cpe210-v1',
|
||||
'tplink,cpe210-v2',
|
||||
'tplink,cpe210-v3',
|
||||
'tplink,cpe220-v3',
|
||||
'tplink,cpe510-v1',
|
||||
'tplink,cpe510-v2',
|
||||
|
@ -353,6 +353,13 @@ device('tp-link-cpe210-v2', 'tplink_cpe210-v2', {
|
||||
'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-cpe510-v1', 'tplink_cpe510-v1', {
|
||||
manifest_aliases = {
|
||||
|
Loading…
Reference in New Issue
Block a user