diff options
author | Karl Chan <exkc@exkc.moe> | 2023-02-16 18:36:25 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-18 16:01:30 +0100 |
commit | 8ef81b4a19a38e9f545dc8e50fff7cc114b48e1a (patch) | |
tree | fe7b5cc6cbc2ffbf4a0e0e5acbdac679d956f2df | |
parent | f6d2a23cbca61611663efb531c97efeded26e0cd (diff) | |
download | upstream-8ef81b4a19a38e9f545dc8e50fff7cc114b48e1a.tar.gz upstream-8ef81b4a19a38e9f545dc8e50fff7cc114b48e1a.tar.bz2 upstream-8ef81b4a19a38e9f545dc8e50fff7cc114b48e1a.zip |
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@exkc.moe>
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 8 |
1 files 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 |