ramips: add RT-N600 alternative name to RT-AC1200
authorRay Wang <raywang777@foxmail.com>
Wed, 31 Aug 2022 13:32:10 +0000 (21:32 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 10 Sep 2022 23:30:11 +0000 (01:30 +0200)
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>
target/linux/ramips/image/mt76x8.mk

index 69815f1858a7a631d66b1dd8d5f432a8e49969a4..100d5d9c6c04eda0f69d7b9cd2e1d54af2fea1cd 100644 (file)
@@ -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