diff options
| author | Christian Lamparter | 2022-01-15 16:23:49 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2022-01-15 16:26:55 +0000 |
| commit | 10bc55c49618190773f7078771c9d724f2341888 (patch) | |
| tree | e8e5f66c2672230114856a3b8247fa68ae30adbb | |
| parent | 51b9aef553a82cbc80c12e13a4011d4d2e29fde4 (diff) | |
| download | openwrt-10bc55c49618190773f7078771c9d724f2341888.tar.gz | |
ipq40xx: add RT-ACRH13 alternative name to RT-AC58U
RT-ACRH13 is another name this device was sold as (US?).
Signed-off-by: Christian Lamparter <chunkeey@gmail.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 43ea5b801a..73a77a8bf8 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -232,6 +232,8 @@ define Device/asus_rt-ac58u $(call Device/FitImageLzma) DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-AC58U + DEVICE_ALT0_VENDOR := ASUS + DEVICE_ALT0_MODEL := RT-ACRH13 SOC := qcom-ipq4018 BLOCKSIZE := 128k PAGESIZE := 2048 |