From 10bc55c49618190773f7078771c9d724f2341888 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 15 Jan 2022 17:23:49 +0100 Subject: [PATCH] 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 --- 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 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 -- 2.30.2