diff options
author | Ray Wang <raywang777@foxmail.com> | 2022-08-31 21:32:10 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-11 01:30:11 +0200 |
commit | fe609889e2f0f60f21bd36a05eb5ea7fee61bd1a (patch) | |
tree | bc1e21f547e3835bf6a4e324576d750b0d7132f1 /target/linux/ramips | |
parent | 5806914794b22cd7ff6c47bed9b54e0a5c4234f3 (diff) | |
download | upstream-fe609889e2f0f60f21bd36a05eb5ea7fee61bd1a.tar.gz upstream-fe609889e2f0f60f21bd36a05eb5ea7fee61bd1a.tar.bz2 upstream-fe609889e2f0f60f21bd36a05eb5ea7fee61bd1a.zip |
ramips: add RT-N600 alternative name to RT-AC1200
RT-N600 is internally the same as RT-AC1200, as veryfied by @russinnes .
Adding alt_name so that people can find it in firmware selector.
Signed-off-by: Ray Wang <raywang777@foxmail.com>
Tested-by: Russ Innes <russ.innes@gmail.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 69815f1858..100d5d9c6c 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -42,6 +42,8 @@ define Device/asus_rt-ac1200 IMAGE_SIZE := 16064k DEVICE_VENDOR := Asus DEVICE_MODEL := RT-AC1200 + DEVICE_ALT0_VENDOR := Asus + DEVICE_ALT0_MODEL := RT-N600 DEVICE_PACKAGES := kmod-mt76x2 kmod-usb2 kmod-usb-ohci \ kmod-usb-ledtrig-usbport endef |