[openwrt/openwrt] ipq60xx: fix uboot-envtools file syntax error in uci-defaults
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 28 01:51:50 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/734331e4e603e39afa9814a7c89b998380671ab8
commit 734331e4e603e39afa9814a7c89b998380671ab8
Author: Ivan Deng <hongba at rocketmail.com>
AuthorDate: Mon Jan 27 22:02:07 2025 -0800
ipq60xx: fix uboot-envtools file syntax error in uci-defaults
The syntax error prevented the correct creation of all ipq60xx U-Boot environment files: /etc/config/ubootenv and /etc/fw_env.config
Signed-off-by: Ivan Deng <hongba at rocketmail.com>
Link: https://github.com/openwrt/openwrt/pull/17755
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/boot/uboot-envtools/files/qualcommax_ipq60xx | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/boot/uboot-envtools/files/qualcommax_ipq60xx b/package/boot/uboot-envtools/files/qualcommax_ipq60xx
index 77c96da24a..1c1bfd1230 100644
--- a/package/boot/uboot-envtools/files/qualcommax_ipq60xx
+++ b/package/boot/uboot-envtools/files/qualcommax_ipq60xx
@@ -29,6 +29,7 @@ tplink,eap610-outdoor)
idx="$(find_mtd_index 0:appsblenv)"
[ -n "$idx" ] && \
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000"
+ ;;
yuncore,fap650)
idx="$(find_mtd_index 0:appsblenv)"
[ -n "$idx" ] && \
More information about the lede-commits
mailing list