diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2022-06-02 23:01:29 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-23 01:45:52 +0200 |
commit | 4f9b360f0b9a85202422ef07ee573eeca06d11ab (patch) | |
tree | e0b8c1e282feb124c7473d7cad62b12265748772 /target/linux/ramips | |
parent | 7b863af180dac48ea392a5ee582e37d0f378b3d3 (diff) | |
download | upstream-4f9b360f0b9a85202422ef07ee573eeca06d11ab.tar.gz upstream-4f9b360f0b9a85202422ef07ee573eeca06d11ab.tar.bz2 upstream-4f9b360f0b9a85202422ef07ee573eeca06d11ab.zip |
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>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |