1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-16 17:11:38 +02:00

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 <AuthorReflex@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16312
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Ivan Pavlov 2024-09-02 10:46:12 +03:00 committed by Hauke Mehrtens
parent 01ae39a0b2
commit 2b2a98b3eb

View File

@ -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