aboutsummaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs/files/e2fsck.init
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-27 09:16:54 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-27 09:16:54 +0000
commitdf79222b1f5fc37e265a1feafc132a716dcaaf81 (patch)
tree6e6c5a1580f6551946ad34b5ca48fa94d31779dd /package/e2fsprogs/files/e2fsck.init
parenta1db272086f64119136ff4f70868606c5493d116 (diff)
downloadupstream-df79222b1f5fc37e265a1feafc132a716dcaaf81.tar.gz
upstream-df79222b1f5fc37e265a1feafc132a716dcaaf81.tar.bz2
upstream-df79222b1f5fc37e265a1feafc132a716dcaaf81.zip
[package] update e2fsprogs to 1.41.9, add support for ext4 (#5748)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17427 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs/files/e2fsck.init')
-rw-r--r--package/e2fsprogs/files/e2fsck.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2fsprogs/files/e2fsck.init b/package/e2fsprogs/files/e2fsck.init
index e66750c910..4fa231296f 100644
--- a/package/e2fsprogs/files/e2fsck.init
+++ b/package/e2fsprogs/files/e2fsck.init
@@ -13,7 +13,7 @@ e2fsck() {
config_get fstype "$cfg" fstype
case "$fstype" in
- ext2|ext3)
+ ext2|ext3|ext4)
/usr/sbin/e2fsck -p "$device"
local status="$?"
case "$status" in