summaryrefslogtreecommitdiffstats
path: root/package/block-mount
diff options
context:
space:
mode:
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-14 02:12:38 +0000
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-14 02:12:38 +0000
commit11bbdea2f4b04d01c48e2085cbfe5ed8fafff024 (patch)
treec4fd67be76a284b34ef6efae38619a90d43622fb /package/block-mount
parentd4c33e9f6bc73200fa634ef05bc336fd7bcb76d6 (diff)
[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
Diffstat (limited to 'package/block-mount')
-rw-r--r--package/block-mount/files/fstab.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/block-mount/files/fstab.config b/package/block-mount/files/fstab.config
index f672ef4d5..de52e20ce 100644
--- a/package/block-mount/files/fstab.config
+++ b/package/block-mount/files/fstab.config
@@ -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