ath79-generic: (re)add support for tl-wr842nd-v3 (#2451)
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
2ea793f9b2
commit
5a0c299d8c
@ -86,6 +86,7 @@ ath79-generic
|
|||||||
- TL-WDR3600 (v1)
|
- TL-WDR3600 (v1)
|
||||||
- TL-WDR4300 (v1)
|
- TL-WDR4300 (v1)
|
||||||
- TL-WR810N (v1)
|
- TL-WR810N (v1)
|
||||||
|
- TL-WR842N/ND (v3)
|
||||||
- TL-WR1043N/ND (v2, v3, v4)
|
- TL-WR1043N/ND (v2, v3, v4)
|
||||||
- WBS210 (v2.0)
|
- WBS210 (v2.0)
|
||||||
|
|
||||||
|
@ -327,6 +327,12 @@ device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
|
|||||||
|
|
||||||
device('tp-link-tl-wr810n-v1', 'tplink_tl-wr810n-v1')
|
device('tp-link-tl-wr810n-v1', 'tplink_tl-wr810n-v1')
|
||||||
|
|
||||||
|
device('tp-link-tl-wr842n-v3', 'tplink_tl-wr842n-v3', {
|
||||||
|
manifest_aliases = {
|
||||||
|
'tp-link-tl-wr842n-nd-v3', -- upgrade from OpenWrt 19.07
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
device('tp-link-tl-wr1043nd-v2', 'tplink_tl-wr1043nd-v2', {
|
device('tp-link-tl-wr1043nd-v2', 'tplink_tl-wr1043nd-v2', {
|
||||||
manifest_aliases = {
|
manifest_aliases = {
|
||||||
'tp-link-tl-wr1043n-nd-v2', -- upgrade from OpenWrt 19.07
|
'tp-link-tl-wr1043n-nd-v2', -- upgrade from OpenWrt 19.07
|
||||||
|
Loading…
Reference in New Issue
Block a user