From: Karl Chan Date: Thu, 16 Feb 2023 10:47:21 +0000 (+0800) Subject: ramips: Alternative name Asus RT-AC750L for Asus RT-AC1200V2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5c04c3943e748fb497c12fdf9809f0da437a2ae4;p=openwrt%2Fstaging%2Fthess.git ramips: Alternative name Asus RT-AC750L for Asus RT-AC1200V2 The Asus RT-AC750L is identical to the already supported Asus RT-AC1200V2. Use the ALT0 buildroot tags to show both devices. Reference : https://forum.openwrt.org/t/asus-rt-ac750l-is-the-same-as-rt-ac1200-v2/151783 Signed-off-by: Karl Chan --- diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 156aa634be..296b80d03f 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -55,6 +55,8 @@ define Device/asus_rt-ac1200-v2 DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-AC1200 DEVICE_VARIANT := V2 + DEVICE_ALT0_VENDOR := ASUS + DEVICE_ALT0_MODEL := RT-AC750L IMAGES += factory.bin IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \ append-rootfs | pad-rootfs