diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index dbcc2d55..7c4ff30a 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -358,6 +358,7 @@ ramips-mt7621 * Cudy + - WR1300 (v1) - WR2100 - X6 (v1, v2) diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 2338ffa5..57f79297 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, })