diff options
author | Ray Wang <raywang777@foxmail.com> | 2022-04-04 10:29:18 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-09 19:31:46 +0200 |
commit | 3204906569768cabcbedb5eaa3a11e2fcb18cd48 (patch) | |
tree | 895e2e480df78c658c94000a12fb596dfc054565 | |
parent | 44e1e5d153d00915a7e516c9af3f440cbd84cf78 (diff) | |
download | upstream-3204906569768cabcbedb5eaa3a11e2fcb18cd48.tar.gz upstream-3204906569768cabcbedb5eaa3a11e2fcb18cd48.tar.bz2 upstream-3204906569768cabcbedb5eaa3a11e2fcb18cd48.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>
-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 |