[openwrt/openwrt] uboot-envtools: mt7622: add support for Ruijie RG-EW3200GX PRO

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 5 12:16:01 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d15f9b9043eac41ecfa1aaf1d65dca460b3c7fb4

commit d15f9b9043eac41ecfa1aaf1d65dca460b3c7fb4
Author: Langhua Ye <y1248289414 at outlook.com>
AuthorDate: Fri Mar 4 23:14:40 2022 +0800

    uboot-envtools: mt7622: add support for Ruijie RG-EW3200GX PRO
    
    Add U-Boot environment settings for Ruijie RG-EW3200GX PRO to allow
    users to access the bootloader environment using fw_printenv/fw_setenv
    while running OpenWrt.
    
    Signed-off-by: Langhua Ye <y1248289414 at outlook.com>
---
 package/boot/uboot-envtools/files/mediatek_mt7622 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/boot/uboot-envtools/files/mediatek_mt7622 b/package/boot/uboot-envtools/files/mediatek_mt7622
index 65ced284c3..6e8e3b1eff 100644
--- a/package/boot/uboot-envtools/files/mediatek_mt7622
+++ b/package/boot/uboot-envtools/files/mediatek_mt7622
@@ -35,6 +35,9 @@ bananapi,bpi-r64)
 buffalo,wsr-2533dhp2)
 	ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x1000" "0x20000"
 	;;
+ruijie,rg-ew3200gx-pro)
+	ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x20000" "0x20000"
+	;;
 ubnt,unifi-6-lr-ubootmod)
 	ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x10000"
 	;;




More information about the lede-commits mailing list