mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:59:42 +02:00
increase the data partition size to 1480MB
This commit is contained in:
parent
504dfdcfe3
commit
ebafec917a
@ -53,7 +53,9 @@ fi
|
|||||||
if [ "$1" == "format_data_default" ]; then
|
if [ "$1" == "format_data_default" ]; then
|
||||||
ubiformat /dev/mtd3 -y
|
ubiformat /dev/mtd3 -y
|
||||||
ubiattach /dev/ubi_ctrl -m 3
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user