import lsattr and chattr from e2fsprogs

This commit is contained in:
Mike Frysinger
2005-04-22 02:33:37 +00:00
parent 2c12d435e5
commit de9f1f757a
29 changed files with 2928 additions and 2 deletions

View File

@@ -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