From a6189a9b835513a138ac10d33d657c0ef1f0936f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 7 Jul 2021 17:57:45 +0200 Subject: [PATCH] ramips: minew g1-c: add the old device name to the supported devices Allow to use the sysupgrade image as factory image without additional force. Signed-off-by: Alexander Couzens --- target/linux/ramips/image/mt76x8.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index ec86da5ac5..d3666dac4c 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -275,6 +275,7 @@ define Device/minew_g1-c 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