Skip to content
Snippets Groups Projects
Unverified Commit d1b801b2 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

ath79-generic: (re)add support for tl-wr1043nd-v3 (#2415)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent fd8d5a3c
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ ath79-generic
- EAP225-Outdoor (v1)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
- TL-WR1043N/ND (v3)
- WBS210 (v2.0)
* Ubiquiti
......
......@@ -283,6 +283,12 @@ device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
device('tp-link-tl-wr1043nd-v3', 'tplink_tl-wr1043nd-v3', {
manifest_aliases = {
'tp-link-tl-wr1043n-nd-v3', -- upgrade from OpenWrt 19.07
},
})
device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
-- Ubiquiti
......
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