1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-28 23:59:48 +03:00

increase the data partition size to 1480MB

This commit is contained in:
Xiangfu Liu 2011-02-15 23:05:44 +08:00
parent 504dfdcfe3
commit ebafec917a

View File

@ -53,7 +53,9 @@ fi
if [ "$1" == "format_data_default" ]; then
ubiformat /dev/mtd3 -y
ubiattach /dev/ubi_ctrl -m 3
ubimkvol /dev/ubi1 -s 1400MiB -N data
ubimkvol /dev/ubi1 -s 1480MiB -N data
# test in xiangfu's nanonote. 1486 is the MAX size we can make
# so we using 1480 for now
exit 0
fi