Browse Source

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16312
Signed-off-by: Hauke Mehrtens <[email protected]>
Ivan Pavlov 1 year ago
parent
commit
2b2a98b3eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/boot/uboot-envtools/files/mediatek_mt7622

+ 1 - 0
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