projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b863af
)
ramips: add A-040W-Q alternative name for MSG1500 X.00
author
Chukun Pan
<amadeus@jmu.edu.cn>
Thu, 2 Jun 2022 15:01:29 +0000
(23:01 +0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 22 Oct 2022 23:45:52 +0000
(
01:45
+0200)
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>
target/linux/ramips/image/mt7621.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7621.mk
b/target/linux/ramips/image/mt7621.mk
index c1a9ecfaeb5242576e9200e9a5d1b97861fbe414..75e21bd93d5847412be3fa5f25bf79b025164a52 100644
(file)
--- 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