[openwrt/openwrt] ramips: minew g1-c: add the old device name to the supported devices

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 7 09:33:24 PDT 2021


lynxis pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0fac6f5562acca15f62f6484317ba4aca2de34be

commit 0fac6f5562acca15f62f6484317ba4aca2de34be
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Wed Jul 7 17:57:45 2021 +0200

    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 <lynxis at fe80.eu>
---
 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 3f738fc488..3f6f842db7 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -274,6 +274,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
 



More information about the lede-commits mailing list