Skip to content
Snippets Groups Projects
Unverified Commit 079f449d authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2794 from Djfe/add_cudy_wr1300v1

ramips: add support for Cudy WR1300 v1
parents b840afe9 e06e555a
No related branches found
No related tags found
No related merge requests found
......@@ -360,6 +360,7 @@ ramips-mt7621
* Cudy
- WR1300 (v1)
- WR2100
- X6 (v1, v2)
......
......@@ -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,
})
......@@ -69,6 +73,7 @@ device('netgear-wndr3700-v5', 'netgear_wndr3700-v5', {
},
})
-- TP-Link
device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', {
......@@ -79,18 +84,21 @@ 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', {
factory = false,
})
-- Wavlink
device('wavlink-ws-wn572hp3-4g', 'wavlink_ws-wn572hp3-4g', {
factory = false,
})
-- Xiaomi
device('xiaomi-mi-router-4a-gigabit-edition', 'xiaomi_mi-router-4a-gigabit', {
......@@ -105,6 +113,7 @@ device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', {
factory = false,
})
-- ZBT
device('zbtlink-zbt-wg3526-16m', 'zbtlink_zbt-wg3526-16m', {
......
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