Skip to content
Snippets Groups Projects
Commit 3e3a7987 authored by Felix Baumann's avatar Felix Baumann
Browse files

ramips: add support for Cudy WR1300 v1

parent 918e3ce7
No related branches found
No related tags found
No related merge requests found
...@@ -355,6 +355,7 @@ ramips-mt7621 ...@@ -355,6 +355,7 @@ ramips-mt7621
* Cudy * Cudy
- WR1300 (v1)
- WR2100 - WR2100
* D-Link * D-Link
......
...@@ -7,6 +7,10 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', { ...@@ -7,6 +7,10 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', {
-- Cudy -- Cudy
device('cudy-wr1300', 'cudy_wr1300', {
factory = false,
})
device('cudy-wr2100', 'cudy_wr2100', { device('cudy-wr2100', 'cudy_wr2100', {
factory = false, factory = false,
}) })
......
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