[PATCH v1 2/3] econet: add Device profile for Raisecom MSG2100-UPON-AC
Jerry
sinomaxpop at gmail.com
Wed Aug 26 09:16:31 PDT 2026
Hi,
Add a tclinux-ubi image profile using free bootbase (TRX_LOADADDR
0x80002000), matching the JioFiber EN7528 devices.
Signed-off-by: sinopop <sinomaxpop at gmail.com>
---
target/linux/econet/image/en7528.mk | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/target/linux/econet/image/en7528.mk
b/target/linux/econet/image/en7528.mk
index 7affa04..369420f 100644
--- a/target/linux/econet/image/en7528.mk
+++ b/target/linux/econet/image/en7528.mk
@@ -57,3 +57,15 @@ define Device/jiofiber_jcow407
DEVICE_DTS := en7528_jiofiber_jcow407
endef
TARGET_DEVICES += jiofiber_jcow407
+
+define Device/raisecom_msg2100-upon-ac
+ $(call Device/tclinux-ubi)
+ DEVICE_VENDOR := Raisecom
+ DEVICE_MODEL := MSG2100-UPON-AC
+ DEVICE_DTS := en7528_raisecom_msg2100-upon-ac
+ FACTORY_SIZE := 40m
+ TRX_LOADADDR := 0x80002000
+ KERNEL := kernel-bin | append-dtb | tclinux-free-bootbase-jump | lzma | \
+ kernel-trx
+endef
+TARGET_DEVICES += raisecom_msg2100-upon-ac
--
2.37.1 (Apple Git-137.1)
More information about the openwrt-devel
mailing list