[openwrt/openwrt] ipq40xx: add RT-ACRH13 alternative name to RT-AC58U
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 15 09:15:34 PST 2022
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/10bc55c49618190773f7078771c9d724f2341888
commit 10bc55c49618190773f7078771c9d724f2341888
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sat Jan 15 17:23:49 2022 +0100
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 at gmail.com>
---
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
More information about the lede-commits
mailing list