[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
master
Daniel Dickinson 2011-03-14 02:12:38 +00:00
parent ce1a826b51
commit 0d27fd5834
1 changed files with 1 additions and 1 deletions

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