Skip to content

Commit

Permalink
ath79-generic: (re)add support for tl-wr1043nd-v4
Browse files Browse the repository at this point in the history
Gone due to
commit 45c84a1 ("ar71xx: drop target")
  • Loading branch information
AiyionPrime committed Mar 25, 2022
1 parent 138792e commit bec63a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ ath79-generic
- EAP225-Outdoor (v1)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
- TL-WR1043N/ND (v4)
- WBS210 (v2.0)

* Ubiquiti
Expand Down
6 changes: 6 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,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-v4', 'tplink_tl-wr1043nd-v4', {
manifest_aliases = {
'tp-link-tl-wr1043n-nd-v4', -- upgrade from OpenWrt 19.07
},
})

device('tp-link-wbs210-v2', 'tplink_wbs210-v2')

-- Ubiquiti
Expand Down

0 comments on commit bec63a2

Please sign in to comment.