aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image
diff options
context:
space:
mode:
authorFelix Baumann <felix.bau@gmx.de>2023-04-30 22:36:09 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-05-06 20:55:59 +0200
commited1217eac188b8d4649730b8cf6d35eac6dcd1a8 (patch)
tree29b74278f5bef02fed4a1962faeffd1f1719b46d /target/linux/ramips/image
parent08cc6bc6649f0f184868bd950e38c6107abba0ae (diff)
downloadupstream-ed1217eac188b8d4649730b8cf6d35eac6dcd1a8.tar.gz
upstream-ed1217eac188b8d4649730b8cf6d35eac6dcd1a8.tar.bz2
upstream-ed1217eac188b8d4649730b8cf6d35eac6dcd1a8.zip
ramips: mt7621: rename Asus RT-AC57U to v1
rename RT-AC57U to avoid confusion with unsupported revisions 2 and 3 Signed-off-by: Felix Baumann <felix.bau@gmx.de>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r--target/linux/ramips/image/mt7621.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 135febe3a6..3e910e88f6 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -286,17 +286,19 @@ define Device/asus_rp-ac87
endef
TARGET_DEVICES += asus_rp-ac87
-define Device/asus_rt-ac57u
+define Device/asus_rt-ac57u-v1
$(Device/dsa-migration)
DEVICE_VENDOR := ASUS
DEVICE_MODEL := RT-AC57U
+ DEVICE_VARIANT := v1
DEVICE_ALT0_VENDOR := ASUS
DEVICE_ALT0_MODEL := RT-AC1200GU
IMAGE_SIZE := 16064k
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 \
kmod-usb-ledtrig-usbport
+ SUPPORTED_DEVICES += asus,rt-ac57u
endef
-TARGET_DEVICES += asus_rt-ac57u
+TARGET_DEVICES += asus_rt-ac57u-v1
define Device/asus_rt-ac65p
$(Device/dsa-migration)