[openwrt/openwrt] mediatek: CMCC RAX3000M: add RAX3000Me as alt model

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 9 15:03:24 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/08478c517ea32e5155346db4ce7d62d4fd2761d2

commit 08478c517ea32e5155346db4ce7d62d4fd2761d2
Author: Mikhail Zhilkin <csharper2005 at gmail.com>
AuthorDate: Fri Aug 29 22:24:19 2025 +0300

    mediatek: CMCC RAX3000M: add RAX3000Me as alt model
    
    The devices are basically identical. The RAX3000Me can be with
    ddr3 RAM.
    
    Signed-off-by: Mikhail Zhilkin <csharper2005 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19760
    (cherry picked from commit 23f016cf1e76aaeb41da70c520dc65d34b5be741)
    Signed-off-by: Mikhail Zhilkin <csharper2005 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19991
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/image/filogic.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index c6f8a9f757..6a18adaa7b 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -573,6 +573,8 @@ TARGET_DEVICES += cmcc_a10-ubootmod
 define Device/cmcc_rax3000m
   DEVICE_VENDOR := CMCC
   DEVICE_MODEL := RAX3000M
+  DEVICE_ALT0_VENDOR := CMCC
+  DEVICE_ALT0_MODEL := RAX3000Me
   DEVICE_DTS := mt7981b-cmcc-rax3000m
   DEVICE_DTS_OVERLAY := mt7981b-cmcc-rax3000m-emmc mt7981b-cmcc-rax3000m-nand
   DEVICE_DTS_DIR := ../dts




More information about the lede-commits mailing list