Skip to content

Commit

Permalink
uboot-envtools: ipq60xx: remove number of blocks
Browse files Browse the repository at this point in the history
It is not required to specify the number of blocks as envtools are able
to autodetect it.

Link: openwrt/openwrt#17504
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Jan 6, 2025
1 parent d09dd75 commit 285bdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/boot/uboot-envtools/files/qualcommax_ipq60xx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ cambiumnetworks,xe3-4)
linksys,mr7350)
idx="$(find_mtd_index u_env)"
[ -n "$idx" ] && \
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000" "2"
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000"
;;
netgear,wax214)
idx="$(find_mtd_index 0:appsblenv)"
[ -n "$idx" ] && \
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000" "2"
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000"
;;
yuncore,fap650)
idx="$(find_mtd_index 0:appsblenv)"
Expand Down

0 comments on commit 285bdd2

Please sign in to comment.