[openwrt/openwrt] ramips: Alternative name Asus RT-AX1800U for Asus RT-AX53U

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 14 10:06:28 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/acd3b5e83b99879b326a940907a9ff334586f86b

commit acd3b5e83b99879b326a940907a9ff334586f86b
Author: Felix Baumann <felix.bau at gmx.de>
AuthorDate: Sun Jan 8 01:47:21 2023 +0100

    ramips: Alternative name Asus RT-AX1800U for Asus RT-AX53U
    
    The Asus RT-AX1800U is identical to the already supported Asus RT-AX53U.
    Use the ALT0 buildroot tags to show both devices.
    
    Tested-by: Marian Sarcinschi <znevna at gmail.com>
    Signed-off-by: Felix Baumann <felix.bau at gmx.de>
---
 target/linux/ramips/image/mt7621.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index fd40b6f0a6..9644b14c3f 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -297,6 +297,8 @@ define Device/asus_rt-ax53u
   $(Device/dsa-migration)
   DEVICE_VENDOR := ASUS
   DEVICE_MODEL := RT-AX53U
+  DEVICE_ALT0_VENDOR := ASUS
+  DEVICE_ALT0_MODEL := RT-AX1800U
   IMAGE_SIZE := 51200k
   UBINIZE_OPTS := -E 5
   BLOCKSIZE := 128k




More information about the lede-commits mailing list