ramips: add support for Cudy WR1300 v1

This commit is contained in:
Felix Baumann 2023-02-22 05:32:26 +01:00
parent 918e3ce784
commit 3e3a7987b6
2 changed files with 5 additions and 0 deletions

View File

@ -355,6 +355,7 @@ ramips-mt7621
* Cudy
- WR1300 (v1)
- WR2100
* D-Link

View File

@ -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,
})