diff options
author | Shiji Yang <yangshiji66@qq.com> | 2021-12-24 14:25:01 +0800 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-01-02 01:31:02 +0900 |
commit | 86d019d116c860907c96263ee43425bf637e3bb5 (patch) | |
tree | 5679d969d27464859c64905c0a69a46921a42ccb | |
parent | a1deab0ec9ced8f1a2c997483efc1fc6e364ae34 (diff) | |
download | upstream-86d019d116c860907c96263ee43425bf637e3bb5.tar.gz upstream-86d019d116c860907c96263ee43425bf637e3bb5.tar.bz2 upstream-86d019d116c860907c96263ee43425bf637e3bb5.zip |
ramips: add ASUS RT-AC1200GU as alt name
RT-AC57U and RT-AC1200GU are the same models sold in different countries.
The purpose of this commit is to allow users to easily find the
corresponding firmware through the model number on the device label.
More specifications: 14e0e4f138e3 ("ramips: add support for ASUS RT-AC57U")
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
[reword commit title/message]
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
-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 99884ec1d9..18a29270d7 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -162,6 +162,8 @@ define Device/asus_rt-ac57u $(Device/dsa-migration) DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-AC57U + DEVICE_ALT0_VENDOR := ASUS + DEVICE_ALT0_MODEL := RT-AC1200GU IMAGE_SIZE := 16064k DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 \ kmod-usb-ledtrig-usbport |