[openwrt/openwrt] ipq40xx: add RT-AC2200 alternative name to RT-AC42U/RT-ACRH17

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 9 10:40:41 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3204906569768cabcbedb5eaa3a11e2fcb18cd48

commit 3204906569768cabcbedb5eaa3a11e2fcb18cd48
Author: Ray Wang <raywang777 at foxmail.com>
AuthorDate: Mon Apr 4 10:29:18 2022 +0800

    ipq40xx: add RT-AC2200 alternative name to RT-AC42U/RT-ACRH17
    
    RT-AC2200 is the same device with a different name. The OEM firmwares have the same MD5.
    
    Signed-off-by: Ray Wang <raywang777 at foxmail.com>
---
 target/linux/ipq40xx/image/generic.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 33c6def373..5eac14e0ae 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -214,6 +214,8 @@ define Device/asus_rt-ac42u
 	DEVICE_MODEL := RT-AC42U
 	DEVICE_ALT0_VENDOR := ASUS
 	DEVICE_ALT0_MODEL := RT-ACRH17
+	DEVICE_ALT1_VENDOR := ASUS
+	DEVICE_ALT1_MODEL := RT-AC2200
 	SOC := qcom-ipq4019
 	BLOCKSIZE := 128k
 	PAGESIZE := 2048




More information about the lede-commits mailing list