From 2b2a98b3eb0da3eb03ee8da05b88a448c3da2f0e Mon Sep 17 00:00:00 2001 From: Ivan Pavlov Date: Mon, 2 Sep 2024 10:46:12 +0300 Subject: [PATCH] uboot-envtools: add u-boot system env config for Xiaomi Redmi AX6S Adds u-boot config for access to system env variables on this board Signed-off-by: Ivan Pavlov Link: https://github.com/openwrt/openwrt/pull/16312 Signed-off-by: Hauke Mehrtens --- package/boot/uboot-envtools/files/mediatek_mt7622 | 1 + 1 file changed, 1 insertion(+) diff --git a/package/boot/uboot-envtools/files/mediatek_mt7622 b/package/boot/uboot-envtools/files/mediatek_mt7622 index 020c800e58..fd40b664e4 100644 --- a/package/boot/uboot-envtools/files/mediatek_mt7622 +++ b/package/boot/uboot-envtools/files/mediatek_mt7622 @@ -62,6 +62,7 @@ ubnt,unifi-6-lr-v3) ;; xiaomi,redmi-router-ax6s) ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x40000" + ubootenv_add_uci_sys_config "/dev/mtd4" "0x0" "0x10000" "0x40000" ;; esac