aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r--e2fsprogs/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in
index 9a0088ab5..a488a6b5a 100644
--- a/e2fsprogs/Config.in
+++ b/e2fsprogs/Config.in
@@ -8,6 +8,7 @@ menu "Linux Ext2 FS Progs"
8config CHATTR 8config CHATTR
9 bool "chattr" 9 bool "chattr"
10 default n 10 default n
11 depends on PLATFORM_POSIX
11 help 12 help
12 chattr changes the file attributes on a second extended file system. 13 chattr changes the file attributes on a second extended file system.
13 14
@@ -23,6 +24,7 @@ config CHATTR
23config FSCK 24config FSCK
24 bool "fsck" 25 bool "fsck"
25 default n 26 default n
27 depends on PLATFORM_POSIX
26 help 28 help
27 fsck is used to check and optionally repair one or more filesystems. 29 fsck is used to check and optionally repair one or more filesystems.
28 In actuality, fsck is simply a front-end for the various file system 30 In actuality, fsck is simply a front-end for the various file system
@@ -31,6 +33,7 @@ config FSCK
31config LSATTR 33config LSATTR
32 bool "lsattr" 34 bool "lsattr"
33 default n 35 default n
36 depends on PLATFORM_POSIX
34 help 37 help
35 lsattr lists the file attributes on a second extended file system. 38 lsattr lists the file attributes on a second extended file system.
36 39