1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:02:20 +03:00

[package] block-mount: Changed default filesystem for /e/c/fstab to be ext4 instead of ext3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26156 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2011-03-14 02:12:38 +00:00
parent d4c33e9f6b
commit 11bbdea2f4

View File

@ -9,7 +9,7 @@ config global autoswap
config mount
option target /home
option device /dev/sda1
option fstype ext3
option fstype ext4
option options rw,sync
option enabled 0
option enabled_fsck 0