[openwrt/openwrt] ramips: Add support for Mercusys MR1800X as alt name of MR70X

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 17 14:55:48 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f93367227e1458fb366304d0f431f12e95d244cd

commit f93367227e1458fb366304d0f431f12e95d244cd
Author: Robert Senderek <robert.senderek at 10g.pl>
AuthorDate: Fri Feb 14 09:01:39 2025 +0100

    ramips: Add support for Mercusys MR1800X as alt name of MR70X
    
    Both share the same OEM firmware but differ in product_name for safeloader
    product_name:MR1800X,product_ver:1.0.0,special_id:45550000
    
    Signed-off-by: Robert Senderek <robert.senderek at 10g.pl>
    Link: https://github.com/openwrt/openwrt/pull/17965
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ramips/image/mt7621.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index d887374e26..cfcfd0c88a 100755
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1992,6 +1992,8 @@ define Device/mercusys_mr70x-v1
   $(Device/tplink-safeloader)
   DEVICE_VENDOR := MERCUSYS
   DEVICE_MODEL := MR70X
+  DEVICE_ALT0_VENDOR := MERCUSYS
+  DEVICE_ALT0_MODEL := MR1800X
   DEVICE_VARIANT := v1
   DEVICE_PACKAGES := kmod-mt7915-firmware -uboot-envtools
   TPLINK_BOARD_ID := MR70X




More information about the lede-commits mailing list