[openwrt/openwrt] ramips: add RT-N600 alternative name to RT-AC1200
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 10 16:53:40 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fe609889e2f0f60f21bd36a05eb5ea7fee61bd1a
commit fe609889e2f0f60f21bd36a05eb5ea7fee61bd1a
Author: Ray Wang <raywang777 at foxmail.com>
AuthorDate: Wed Aug 31 21:32:10 2022 +0800
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 at foxmail.com>
Tested-by: Russ Innes <russ.innes at gmail.com>
---
target/linux/ramips/image/mt76x8.mk | 2 ++
1 file changed, 2 insertions(+)
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
More information about the lede-commits
mailing list