ath79-generic: (re)add support for CPE210 v1.x (#2410)
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
086aa7afa0
commit
a5ada094bf
@ -68,6 +68,7 @@ ath79-generic
|
|||||||
|
|
||||||
- Archer A7 (v5)
|
- Archer A7 (v5)
|
||||||
- Archer C6 (v2)
|
- Archer C6 (v2)
|
||||||
|
- CPE210 (v1.0, v1.1)
|
||||||
- CPE220 (v3.0)
|
- CPE220 (v3.0)
|
||||||
- CPE510 (v2.0)
|
- CPE510 (v2.0)
|
||||||
- CPE510 (v3.0)
|
- CPE510 (v3.0)
|
||||||
|
@ -43,6 +43,7 @@ local lan_ifname = iface_exists(lan_interfaces)
|
|||||||
local wan_ifname = iface_exists(wan_interfaces)
|
local wan_ifname = iface_exists(wan_interfaces)
|
||||||
|
|
||||||
if platform.match('ath79', 'generic', {
|
if platform.match('ath79', 'generic', {
|
||||||
|
'tplink,cpe210-v1',
|
||||||
'tplink,wbs210-v2',
|
'tplink,wbs210-v2',
|
||||||
}) then
|
}) then
|
||||||
lan_ifname, wan_ifname = wan_ifname, lan_ifname
|
lan_ifname, wan_ifname = wan_ifname, lan_ifname
|
||||||
|
@ -27,6 +27,7 @@ function M.is_outdoor_device()
|
|||||||
'devolo,dvl1750x',
|
'devolo,dvl1750x',
|
||||||
'plasmacloud,pa300',
|
'plasmacloud,pa300',
|
||||||
'plasmacloud,pa300e',
|
'plasmacloud,pa300e',
|
||||||
|
'tplink,cpe210-v1',
|
||||||
'tplink,cpe220-v3',
|
'tplink,cpe220-v3',
|
||||||
'tplink,cpe510-v2',
|
'tplink,cpe510-v2',
|
||||||
'tplink,cpe510-v3',
|
'tplink,cpe510-v3',
|
||||||
|
@ -261,6 +261,12 @@ device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
|
|||||||
broken = true, -- 64M ath9k + ath10k & power LED not working
|
broken = true, -- 64M ath9k + ath10k & power LED not working
|
||||||
})
|
})
|
||||||
|
|
||||||
|
device('tp-link-cpe210-v1', 'tplink_cpe210-v1', {
|
||||||
|
manifest_aliases = {
|
||||||
|
'tp-link-cpe210-v1.0', -- Upgrade from OpenWrt 19.07
|
||||||
|
'tp-link-cpe210-v1.1', -- 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-v2', 'tplink_cpe510-v2')
|
device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
|
||||||
device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
|
device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
|
||||||
|
Loading…
Reference in New Issue
Block a user