aboutsummaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs/files
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
commit255ffe962ac6b6cca64019ba109a3028c32ccc55 (patch)
tree4dc38aa3cb1ed636cadcc9d2560fb75d0134ca47 /package/e2fsprogs/files
parentc7d20c0a7ed516a8d0dd1c4c966c65ce93c5533d (diff)
downloadupstream-255ffe962ac6b6cca64019ba109a3028c32ccc55.tar.gz
upstream-255ffe962ac6b6cca64019ba109a3028c32ccc55.tar.bz2
upstream-255ffe962ac6b6cca64019ba109a3028c32ccc55.zip
update e2fsprogs to 1.41.9, add support for ext4 (#5748)
SVN-Revision: 17427
Diffstat (limited to 'package/e2fsprogs/files')
-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