uboot-envtools: oxnas: fix wrong eraseblock size for shuttle,kd20
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / oxnas
index bf872b697df77807c1f2e76d266d6fcaf94c8c24..bd407c67d531fa3613d55b9ff48e4253780cdc23 100644 (file)
@@ -14,7 +14,7 @@ board=$(board_name)
 case "$board" in
 "cloudengines,pogoplug"*|\
 "shuttle,kd20")
-       ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x2000" "1"
+       ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x20000" "1"
        ;;
 "mitrastar,stg-212")
        ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x20000" "0x20000" "1"