[openwrt/openwrt] ramips: add A-040W-Q alternative name for MSG1500 X.00

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 22 16:58:57 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4f9b360f0b9a85202422ef07ee573eeca06d11ab

commit 4f9b360f0b9a85202422ef07ee573eeca06d11ab
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Thu Jun 2 23:01:29 2022 +0800

    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 at jmu.edu.cn>
---
 target/linux/ramips/image/mt7621.mk | 2 ++
 1 file changed, 2 insertions(+)

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




More information about the lede-commits mailing list