From 794f4b2d3dd9a5eb244c08a1b6c167c0f2065740 Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Sat, 4 Sep 2021 17:42:16 +0200
Subject: [PATCH] ramips-mt76x8: add support for GL.iNet microuter-N300 (#2303)

---
 docs/user/supported_devices.rst | 1 +
 targets/ramips-mt76x8           | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 0ea53518c..7930da6f6 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 3b7b8ef68..a22f996b1 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,
 })
-- 
GitLab