diff options
author | Felix Baumann <felix.bau@gmx.de> | 2023-01-08 01:47:21 +0100 |
---|---|---|
committer | Felix Baumann <felix.bau@gmx.de> | 2023-04-02 12:23:36 +0200 |
commit | 85b6a7a19590ecc0c2cd4d97c4fe764024d19676 (patch) | |
tree | 3e987457618efc5dd882dc3942fd339654c42816 | |
parent | a3fbeb2cbbfc315264840f300bc2d1ffb500eaba (diff) | |
download | openwrt-85b6a7a19590ecc0c2cd4d97c4fe764024d19676.tar.gz openwrt-85b6a7a19590ecc0c2cd4d97c4fe764024d19676.tar.bz2 openwrt-85b6a7a19590ecc0c2cd4d97c4fe764024d19676.zip |
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@gmail.com>
Signed-off-by: Felix Baumann <felix.bau@gmx.de>
(cherry picked from commit acd3b5e83b99879b326a940907a9ff334586f86b)
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index cbe56c7b77..71e616d101 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -241,6 +241,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 |