From 07c3f3802d68880825052fb7902534bd31dc3f05 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Sat, 17 Apr 2010 20:56:36 +0200 Subject: Config.in: mark all applets POSIX only --- e2fsprogs/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e2fsprogs') 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" config CHATTR bool "chattr" default n + depends on PLATFORM_POSIX help chattr changes the file attributes on a second extended file system. @@ -23,6 +24,7 @@ config CHATTR config FSCK bool "fsck" default n + depends on PLATFORM_POSIX help fsck is used to check and optionally repair one or more filesystems. In actuality, fsck is simply a front-end for the various file system @@ -31,6 +33,7 @@ config FSCK config LSATTR bool "lsattr" default n + depends on PLATFORM_POSIX help lsattr lists the file attributes on a second extended file system. -- cgit v1.2.3-55-g6feb