diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2021-07-07 17:57:45 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2021-07-07 18:32:14 +0200 |
commit | 0fac6f5562acca15f62f6484317ba4aca2de34be (patch) | |
tree | 03b91b29a5733a00d984de794362a5396d1b80fa /target/linux/ramips/image/mt76x8.mk | |
parent | 5b58545f4470989b0e2243df5007e5fb29a85d21 (diff) | |
download | upstream-0fac6f5562acca15f62f6484317ba4aca2de34be.tar.gz upstream-0fac6f5562acca15f62f6484317ba4aca2de34be.tar.bz2 upstream-0fac6f5562acca15f62f6484317ba4aca2de34be.zip |
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@fe80.eu>
Diffstat (limited to 'target/linux/ramips/image/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |