diff options
author | Mike Frysinger | 2005-04-22 02:33:37 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-22 02:33:37 +0000 |
commit | de9f1f757af7e15881156b610431cd00c262f768 (patch) | |
tree | a7fd230099dc3388b179ca51e806495f052c01c5 /util-linux/Config.in | |
parent | 2c12d435e5ccd402f6210827df0b2038093fbcee (diff) | |
download | busybox-de9f1f757af7e15881156b610431cd00c262f768.zip busybox-de9f1f757af7e15881156b610431cd00c262f768.tar.gz |
import lsattr and chattr from e2fsprogs
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 24d5487..65ac62e 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -5,6 +5,17 @@ menu "Linux System Utilities" +config CONFIG_CHATTR + bool "chattr" + default n + help + chattr changes the file attributes on a second extended file system. + +config CONFIG_LSATTR + bool "lsattr" + default n + help + lsattr lists the file attributes on a second extended file system. config CONFIG_DMESG bool "dmesg" @@ -27,7 +38,6 @@ config CONFIG_FBSET interface to access a graphics display. Enable this option if you wish to enable the 'fbset' utility. - config CONFIG_FEATURE_FBSET_FANCY bool " Turn on extra fbset options" default n |