diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 0ea53518c7360e2ad2e2e3046a49f65546c6c2d7..7930da6f60c9ca3bda73c518a6bfcafdd64b433e 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -239,6 +239,7 @@ ramips-mt76x8 * GL.iNet - GL-MT300N (v2) + - microuter-N300 - VIXMINI * NETGEAR diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8 index 3b7b8ef685f3773237b8b375b3ff1551e7d5fe1a..a22f996b12c2788af2e8aac56d75fd43d8f39c75 100644 --- a/targets/ramips-mt76x8 +++ b/targets/ramips-mt76x8 @@ -9,6 +9,10 @@ device('gl-mt300n-v2', 'glinet_gl-mt300n-v2', { factory = false, }) +device('gl.inet-microuter-n300', 'glinet_microuter-n300', { + factory = false, +}) + device('gl.inet-vixmini', 'glinet_vixmini', { factory = false, })