diff options
author | Ray Wang <raywang777@foxmail.com> | 2022-04-04 10:29:18 +0800 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-04-10 16:26:01 +0100 |
commit | 40566daa9abc3d07e5d5c1c0c89501f40e4d7f79 (patch) | |
tree | 2bcf4e3f3255959a872481df4db37ffa6a8232ec /target | |
parent | 85d581a64bfaea634503002db1827848f4c188c9 (diff) | |
download | upstream-40566daa9abc3d07e5d5c1c0c89501f40e4d7f79.tar.gz upstream-40566daa9abc3d07e5d5c1c0c89501f40e4d7f79.tar.bz2 upstream-40566daa9abc3d07e5d5c1c0c89501f40e4d7f79.zip |
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@foxmail.com>
(cherry picked from commit 3204906569768cabcbedb5eaa3a11e2fcb18cd48)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |