[openwrt/openwrt] ipq40xx: add RT-AC2200 alternative name to RT-AC42U/RT-ACRH17
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 10 09:34:38 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/40566daa9abc3d07e5d5c1c0c89501f40e4d7f79
commit 40566daa9abc3d07e5d5c1c0c89501f40e4d7f79
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>
(cherry picked from commit 3204906569768cabcbedb5eaa3a11e2fcb18cd48)
---
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