From 40566daa9abc3d07e5d5c1c0c89501f40e4d7f79 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Mon, 4 Apr 2022 10:29:18 +0800 Subject: [PATCH] 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 (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 -- 2.30.2