Skip to content

Commit 734331e

Browse files
iv7777robimarko
authored andcommitted
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 <[email protected]> Link: openwrt#17755 Signed-off-by: Robert Marko <[email protected]>
1 parent fbe0bd5 commit 734331e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/boot/uboot-envtools/files/qualcommax_ipq60xx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tplink,eap610-outdoor)
2929
idx="$(find_mtd_index 0:appsblenv)"
3030
[ -n "$idx" ] && \
3131
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000"
32+
;;
3233
yuncore,fap650)
3334
idx="$(find_mtd_index 0:appsblenv)"
3435
[ -n "$idx" ] && \

0 commit comments

Comments
 (0)