Skip to content
Snippets Groups Projects
Unverified Commit 7fab4326 authored by citronalco's avatar citronalco Committed by GitHub
Browse files

ath79-generic: add support for TP-Link TL-WR2543N-ND (#2992)

parent 19135414
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,7 @@ ath79-generic ...@@ -121,6 +121,7 @@ ath79-generic
- TL-WR810N (v1) - TL-WR810N (v1)
- TL-WR842N/ND (v3) - TL-WR842N/ND (v3)
- TL-WR1043N/ND (v2, v3, v4, v5) - TL-WR1043N/ND (v2, v3, v4, v5)
- TL-WR2543N/ND (v1)
- WBS210 (v1.20, v2.0) - WBS210 (v1.20, v2.0)
- WBS510 (v1.20) - WBS510 (v1.20)
......
...@@ -503,6 +503,12 @@ device('tp-link-tl-wr1043nd-v4', 'tplink_tl-wr1043nd-v4', { ...@@ -503,6 +503,12 @@ device('tp-link-tl-wr1043nd-v4', 'tplink_tl-wr1043nd-v4', {
}) })
device('tp-link-tl-wr1043n-v5', 'tplink_tl-wr1043n-v5') device('tp-link-tl-wr1043n-v5', 'tplink_tl-wr1043n-v5')
device('tp-link-tl-wr2543n-nd', 'tplink_tl-wr2543-v1', {
manifest_aliases = {
'tp-link-tl-wr2543n-nd-v1', -- upgrade from OpenWrt 19.07
},
})
device('tp-link-wbs210-v1', 'tplink_wbs210-v1', { device('tp-link-wbs210-v1', 'tplink_wbs210-v1', {
manifest_aliases = { manifest_aliases = {
'tp-link-wbs210-v1.20', -- upgrade from OpenWrt 19.07 'tp-link-wbs210-v1.20', -- upgrade from OpenWrt 19.07
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment