diff --git a/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx b/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx index a5ba8b9af57..5bc12b14924 100644 --- a/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx +++ b/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx @@ -8,6 +8,11 @@ touch /etc/config/ubootenv board=$(board_name) case "$board" in +elecom,wrc-x3000gs2) + idx="$(find_mtd_index 0:appsblenv)" + [ -n "$idx" ] && \ + ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000" + ;; glinet,gl-b3000) idx="$(find_mtd_index 0:APPSBLENV)" [ -n "$idx" ] && \