diff options
author | Karl Chan <exkc@exkc.moe> | 2023-02-16 18:47:21 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-26 17:46:27 +0100 |
commit | 5c04c3943e748fb497c12fdf9809f0da437a2ae4 (patch) | |
tree | 0b9a05355a0c0f6d9ce351855673fd8e862e1fec /target | |
parent | 1d82a47b497e11e2474703ab8e3ef6994d33809d (diff) | |
download | upstream-5c04c3943e748fb497c12fdf9809f0da437a2ae4.tar.gz upstream-5c04c3943e748fb497c12fdf9809f0da437a2ae4.tar.bz2 upstream-5c04c3943e748fb497c12fdf9809f0da437a2ae4.zip |
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@exkc.moe>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |