diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 3a136427..8bb25906 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -355,6 +355,7 @@ ramips-mt7621 * Cudy + - WR1300 (v1) - WR2100 * D-Link diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index dac65c04..0775fd07 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -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, })