aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-22 02:33:37 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-22 02:33:37 +0000
commitde9f1f757af7e15881156b610431cd00c262f768 (patch)
treea7fd230099dc3388b179ca51e806495f052c01c5 /util-linux/Config.in
parent2c12d435e5ccd402f6210827df0b2038093fbcee (diff)
downloadbusybox-w32-de9f1f757af7e15881156b610431cd00c262f768.tar.gz
busybox-w32-de9f1f757af7e15881156b610431cd00c262f768.tar.bz2
busybox-w32-de9f1f757af7e15881156b610431cd00c262f768.zip
import lsattr and chattr from e2fsprogs
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 24d548726..65ac62ed8 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -5,6 +5,17 @@
5 5
6menu "Linux System Utilities" 6menu "Linux System Utilities"
7 7
8config CONFIG_CHATTR
9 bool "chattr"
10 default n
11 help
12 chattr changes the file attributes on a second extended file system.
13
14config CONFIG_LSATTR
15 bool "lsattr"
16 default n
17 help
18 lsattr lists the file attributes on a second extended file system.
8 19
9config CONFIG_DMESG 20config CONFIG_DMESG
10 bool "dmesg" 21 bool "dmesg"
@@ -27,7 +38,6 @@ config CONFIG_FBSET
27 interface to access a graphics display. Enable this option 38 interface to access a graphics display. Enable this option
28 if you wish to enable the 'fbset' utility. 39 if you wish to enable the 'fbset' utility.
29 40
30
31config CONFIG_FEATURE_FBSET_FANCY 41config CONFIG_FEATURE_FBSET_FANCY
32 bool " Turn on extra fbset options" 42 bool " Turn on extra fbset options"
33 default n 43 default n