[openwrt/openwrt] uboot-envtools: add u-boot env config for Xiaomi mi-mini
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 14 11:09:46 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a87bc138cfccd8de06afaad81f7ba838a87fe4f8
commit a87bc138cfccd8de06afaad81f7ba838a87fe4f8
Author: Ivan Pavlov <AuthorReflex at gmail.com>
AuthorDate: Wed Aug 2 08:53:23 2023 +0300
uboot-envtools: add u-boot env config for Xiaomi mi-mini
Add u-boot env config for Xiaomi mi-mini for using fw_printenv and fw_setenv on this board
Signed-off-by: Ivan Pavlov <AuthorReflex at gmail.com>
---
package/boot/uboot-envtools/files/ramips | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips
index c94f8d69c7..835b4ec3e1 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -105,6 +105,10 @@ snr,cpe-w4n-mt)
[ -n "$idx" ] && \
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x1000" "0x1000"
;;
+xiaomi,miwifi-mini)
+ ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
+ ubootenv_add_uci_sys_config "/dev/mtd9" "0x0" "0x4000" "0x10000"
+ ;;
xiaomi,mi-router-3g-v2|\
xiaomi,mi-router-4a-gigabit|\
xiaomi,miwifi-3c)
More information about the lede-commits
mailing list