scripts: ubinize-image.sh: fix support for static volume
[openwrt/staging/pepe2k.git] / scripts / ubinize-image.sh
index 06a6310980177a7104b067de5cb9becd06aa432b..d8b8cd3ae2ceb0a8261fc0a09738a0997769fc2c 100755 (executable)
@@ -90,10 +90,10 @@ ubilayout() {
                        rootsize="$( round_up "$( stat -c%s "$2" )" 1024 )"
                        ;;
                esac
-               ubivol $vol_id rootfs "$2" "$autoresize" "$rootsize" dynamic
+               ubivol $vol_id rootfs "$2" "$autoresize" "$rootsize"
 
                vol_id=$(( vol_id + 1 ))
-               [ "$rootfs_type" = "ubifs" ] || ubivol $vol_id rootfs_data "" 1 dymamic
+               [ "$rootfs_type" = "ubifs" ] || ubivol $vol_id rootfs_data "" 1
        fi
 }