diff options
author | Mike Frysinger | 2005-04-23 01:45:08 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-23 01:45:08 +0000 |
commit | 3b59821cbdc63ad3acb920095cae1b866e28bcb7 (patch) | |
tree | 3f352a7a58e597b36b7a9154b6a32b098d6ccbb6 /util-linux/Config.in | |
parent | 0ea3a6f660d890368d22fc7d3543487f825b2f1b (diff) | |
download | busybox-3b59821cbdc63ad3acb920095cae1b866e28bcb7.zip busybox-3b59821cbdc63ad3acb920095cae1b866e28bcb7.tar.gz |
remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff in it
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 65ac62e..c47a42d 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -5,18 +5,6 @@ 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" default n |