From: Chukun Pan <amadeus@jmu.edu.cn>
Date: Thu, 2 Jun 2022 15:01:29 +0000 (+0800)
Subject: ramips: add A-040W-Q alternative name for MSG1500 X.00
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4f9b360f0b9a85202422ef07ee573eeca06d11ab;p=openwrt%2Fstaging%2Fjogo.git

ramips: add A-040W-Q alternative name for MSG1500 X.00

The hardware of Nokia A-040W-Q and RAISECOM MSG1500 X.00 are
exactly the same, both of which are customized by operators.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
---

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index c1a9ecfaeb..75e21bd93d 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1669,6 +1669,8 @@ define Device/raisecom_msg1500-x-00
   DEVICE_VENDOR := RAISECOM
   DEVICE_MODEL := MSG1500
   DEVICE_VARIANT := X.00
+  DEVICE_ALT0_VENDOR := Nokia
+  DEVICE_ALT0_MODEL := A-040W-Q
   DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3 \
 	kmod-usb-ledtrig-usbport uboot-envtools
 endef