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

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 25 13:51:12 PST 2025


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

commit 0963a15e7cd4084d052e8461fc68822e42805b11
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
    (cherry picked from commit f93367227e1458fb366304d0f431f12e95d244cd)
    Link: https://github.com/openwrt/openwrt/pull/18031
    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 68fc03d998..02b09b3fe1 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1963,6 +1963,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