[openwrt/openwrt] ramips: Alternative name Asus RT-AC750L for Asus RT-AC1200V2
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 26 08:47:24 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5c04c3943e748fb497c12fdf9809f0da437a2ae4
commit 5c04c3943e748fb497c12fdf9809f0da437a2ae4
Author: Karl Chan <exkc at exkc.moe>
AuthorDate: Thu Feb 16 18:47:21 2023 +0800
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 <exkc at exkc.moe>
---
target/linux/ramips/image/mt76x8.mk | 2 ++
1 file changed, 2 insertions(+)
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
More information about the lede-commits
mailing list