diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 20:56:36 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-19 18:35:26 +0200 |
commit | 07c3f3802d68880825052fb7902534bd31dc3f05 (patch) | |
tree | a296152d451acf6a79bc7215c7000d23aaa176b7 /e2fsprogs | |
parent | e6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff) | |
download | busybox-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.in | 3 |
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" | |||
8 | config CHATTR | 8 | config 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 | |||
23 | config FSCK | 24 | config 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 | |||
31 | config LSATTR | 33 | config 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 | ||