projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: add rt2880_pci_get_cfgaddr helper
[openwrt.git]
/
package
/
e2fsprogs
/
files
/
e2fsck.init
diff --git
a/package/e2fsprogs/files/e2fsck.init
b/package/e2fsprogs/files/e2fsck.init
index
e66750c
..
4fa2312
100644
(file)
--- 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
This page took
0.020879 seconds
and
4
git commands to generate.