diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index b99014d9..32d85cfb 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -233,6 +233,7 @@ ramips-mt76x8 * Xiaomi - Xiaomi Mi Router 4A (100M Edition) + - Xiaomi Mi Router 4C ramips-rt305x [#deprecated]_ [#device-class-tiny]_ --------------------------------------------------- diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8 index 4a0bf711..0adcfaa4 100644 --- a/targets/ramips-mt76x8 +++ b/targets/ramips-mt76x8 @@ -81,3 +81,7 @@ device('vocore2', 'vocore_vocore2', { device('xiaomi-mi-router-4a-100m-edition', 'xiaomi_mi-router-4a-100m', { factory = false, }) + +device('xiaomi-mi-router-4c', 'xiaomi_mi-router-4c', { + factory = false, +})