ath79-generic: (re)add support for tl-wr1043nd-v1
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
4225bd3853
commit
c3c7482a66
@ -88,7 +88,7 @@ ath79-generic
|
||||
- TL-WDR4300 (v1)
|
||||
- TL-WR810N (v1)
|
||||
- TL-WR842N/ND (v3)
|
||||
- TL-WR1043N/ND (v2, v3, v4)
|
||||
- TL-WR1043N/ND (v1, v2, v3, v4)
|
||||
- WBS210 (v1.20)
|
||||
- WBS210 (v2.0)
|
||||
|
||||
|
@ -340,6 +340,13 @@ device('tp-link-tl-wr842n-v3', 'tplink_tl-wr842n-v3', {
|
||||
},
|
||||
})
|
||||
|
||||
device('tp-link-tl-wr1043nd-v1', 'tplink_tl-wr1043nd-v1', {
|
||||
class = 'tiny', -- 32M ath9k
|
||||
manifest_aliases = {
|
||||
'tp-link-tl-wr1043n-nd-v1', -- upgrade from OpenWrt 19.07
|
||||
},
|
||||
packages = { 'zram-swap' },
|
||||
})
|
||||
device('tp-link-tl-wr1043nd-v2', 'tplink_tl-wr1043nd-v2', {
|
||||
manifest_aliases = {
|
||||
'tp-link-tl-wr1043n-nd-v2', -- upgrade from OpenWrt 19.07
|
||||
|
Loading…
Reference in New Issue
Block a user