From 9dba2ca58023368e47c9b59948d1dafce3871fb1 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Wed, 30 Oct 2019 14:37:04 +0100
Subject: [PATCH] ramips-mt76x8: add support for GL.iNet VIXMINI

---
 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 354ec7b74..41b052410 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -271,6 +271,7 @@ ramips-mt76x8 [#80211s]_
 * GL.iNet
 
   - GL-MT300N v2
+  - VIXMINI
 
 * NETGEAR
 
diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8
index 752245dfd..4c2f8fedf 100644
--- a/targets/ramips-mt76x8
+++ b/targets/ramips-mt76x8
@@ -4,6 +4,10 @@ device('gl-mt300n-v2', 'gl-mt300n-v2', {
 	factory = false,
 })
 
+device('gl.inet-vixmini', 'glinet_vixmini', {
+	factory = false,
+})
+
 
 -- Netgear
 
-- 
GitLab