ipq60xx: fix uboot-envtools file syntax error in uci-defaults
authorIvan Deng <hongba@rocketmail.com>
Tue, 28 Jan 2025 06:02:07 +0000 (22:02 -0800)
committerRobert Marko <robimarko@gmail.com>
Tue, 28 Jan 2025 09:51:46 +0000 (10:51 +0100)
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@rocketmail.com>
Link: https://github.com/openwrt/openwrt/pull/17755
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-envtools/files/qualcommax_ipq60xx

index 77c96da24acc9f5e33936eddf873432f8bb881ba..1c1bfd1230e7778aaae2ffd8c35aa89ac46d9e67 100644 (file)
@@ -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" ] && \