From: Mikhail Zhilkin Date: Fri, 29 Aug 2025 19:24:19 +0000 (+0300) Subject: mediatek: CMCC RAX3000M: add RAX3000Me as alt model X-Git-Tag: v24.10.3~21 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=08478c517ea32e5155346db4ce7d62d4fd2761d2;p=openwrt%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/19760 (cherry picked from commit 23f016cf1e76aaeb41da70c520dc65d34b5be741) Signed-off-by: Mikhail Zhilkin Link: https://github.com/openwrt/openwrt/pull/19991 Signed-off-by: Hauke Mehrtens --- 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