aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-17 20:56:36 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-19 18:35:26 +0200
commit07c3f3802d68880825052fb7902534bd31dc3f05 (patch)
treea296152d451acf6a79bc7215c7000d23aaa176b7 /e2fsprogs
parente6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff)
downloadbusybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.gz
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.bz2
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.zip
Config.in: mark all applets POSIX only
Diffstat (limited to 'e2fsprogs')
-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