From: Ivan Deng Date: Tue, 28 Jan 2025 06:02:07 +0000 (-0800) Subject: ipq60xx: fix uboot-envtools file syntax error in uci-defaults X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17755%2Fhead;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/17755 Signed-off-by: Robert Marko --- diff --git a/package/boot/uboot-envtools/files/qualcommax_ipq60xx b/package/boot/uboot-envtools/files/qualcommax_ipq60xx index 77c96da24ac..1c1bfd1230e 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" ] && \