[openwrt/openwrt] ramips: fix the name of ASUS AX54 because it has dupilcated twice

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 18 07:04:00 PST 2023


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

commit 8ef81b4a19a38e9f545dc8e50fff7cc114b48e1a
Author: Karl Chan <exkc at exkc.moe>
AuthorDate: Thu Feb 16 18:36:25 2023 +0800

    ramips: fix the name of ASUS AX54 because it has dupilcated twice
    
    The name of ASUS AX54 has dupilcated in the DEVICE_ALT0_VENDOR/DEVICE_ALT0_MODEL
    
    Signed-off-by: Karl Chan <exkc at exkc.moe>
---
 target/linux/ramips/image/mt7621.mk | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index e212ceabf3..d53f9a27aa 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -343,13 +343,11 @@ define Device/asus_rt-ax54
   DEVICE_VENDOR := ASUS
   DEVICE_MODEL := RT-AX54
   DEVICE_ALT0_VENDOR := ASUS
-  DEVICE_ALT0_MODEL := RT-AX54
+  DEVICE_ALT0_MODEL := RT-AX54HP
   DEVICE_ALT1_VENDOR := ASUS
-  DEVICE_ALT1_MODEL := RT-AX54HP
+  DEVICE_ALT1_MODEL := RT-AX1800HP
   DEVICE_ALT2_VENDOR := ASUS
-  DEVICE_ALT2_MODEL := RT-AX1800HP
-  DEVICE_ALT3_VENDOR := ASUS
-  DEVICE_ALT3_MODEL := RT-AX1800S
+  DEVICE_ALT2_MODEL := RT-AX1800S
   IMAGE_SIZE := 51200k
   UBINIZE_OPTS := -E 5
   BLOCKSIZE := 128k




More information about the lede-commits mailing list