diff --git a/iopsys-ramips/image/mt76x8.mk b/iopsys-ramips/image/mt76x8.mk
index c5a0baa1cb667632e6757f63499054cb2765dd40..1a75bab377e77fdfa43fd3a6043156a455dc343f 100644
--- a/iopsys-ramips/image/mt76x8.mk
+++ b/iopsys-ramips/image/mt76x8.mk
@@ -269,6 +269,15 @@ define Device/mercury_mac1200r-v2
 endef
 TARGET_DEVICES += mercury_mac1200r-v2
 
+define Device/minew_g1-c
+  IMAGE_SIZE := 15744k
+  DEVICE_VENDOR := Minew
+  DEVICE_MODEL := G1-C
+  DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport kmod-usb-serial-cp210x
+  SUPPORTED_DEVICES += minew-g1c
+endef
+TARGET_DEVICES += minew_g1-c
+
 define Device/netgear_r6020
   $(Device/netgear_sercomm_nor)
   IMAGE_SIZE := 7104k
diff --git a/iopsys-ramips/mt76x8/base-files/etc/board.d/02_network b/iopsys-ramips/mt76x8/base-files/etc/board.d/02_network
index c55733ad53cd8f3e5842919b1fb144a3074acef6..82794be60b020f80ee06933310774bfa3c4d1062 100755
--- a/iopsys-ramips/mt76x8/base-files/etc/board.d/02_network
+++ b/iopsys-ramips/mt76x8/base-files/etc/board.d/02_network
@@ -15,6 +15,7 @@ ramips_setup_interfaces()
 	glinet,vixmini|\
 	hak5,wifi-pineapple-mk7|\
 	mediatek,linkit-smart-7688|\
+	minew,g1-c|\
 	onion,omega2p|\
 	onion,omega2|\
 	ravpower,rp-wd009|\