Skip to content

Commit

Permalink
Merge pull request #2902 from freifunk-gluon/backport-2794-to-v2022.1.x
Browse files Browse the repository at this point in the history
[Backport v2022.1.x] Backport 2794 to v2022.1.x
  • Loading branch information
blocktrron committed May 11, 2023
2 parents d51a5ba + 3191012 commit 1c76fcb
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -358,6 +358,7 @@ ramips-mt7621

* Cudy

- WR1300 (v1)
- WR2100
- X6 (v1, v2)

Expand Down
7 changes: 7 additions & 0 deletions targets/ramips-mt7621
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', {

-- Cudy

device('cudy-wr1300', 'cudy_wr1300', {
factory = false,
})

device('cudy-wr2100', 'cudy_wr2100', {
factory = false,
})
Expand Down Expand Up @@ -69,12 +73,14 @@ device('netgear-wndr3700-v5', 'netgear_wndr3700-v5', {
},
})


-- TP-Link

device('tp-link-re500-v1', 'tplink_re500-v1')

device('tp-link-re650-v1', 'tplink_re650-v1')


-- Ubiquiti

device('ubiquiti-unifi-6-lite', 'ubnt_unifi-6-lite', {
Expand All @@ -96,6 +102,7 @@ device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', {
factory = false,
})


-- ZBT

device('zbtlink-zbt-wg3526-16m', 'zbtlink_zbt-wg3526-16m', {
Expand Down

0 comments on commit 1c76fcb

Please sign in to comment.