diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-23 01:45:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-23 01:45:08 +0000 |
commit | 3b59821cbdc63ad3acb920095cae1b866e28bcb7 (patch) | |
tree | 3f352a7a58e597b36b7a9154b6a32b098d6ccbb6 /util-linux/Config.in | |
parent | 0ea3a6f660d890368d22fc7d3543487f825b2f1b (diff) | |
download | busybox-w32-3b59821cbdc63ad3acb920095cae1b866e28bcb7.tar.gz busybox-w32-3b59821cbdc63ad3acb920095cae1b866e28bcb7.tar.bz2 busybox-w32-3b59821cbdc63ad3acb920095cae1b866e28bcb7.zip |
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 65ac62ed8..c47a42d5b 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -5,18 +5,6 @@ | |||
5 | 5 | ||
6 | menu "Linux System Utilities" | 6 | menu "Linux System Utilities" |
7 | 7 | ||
8 | config CONFIG_CHATTR | ||
9 | bool "chattr" | ||
10 | default n | ||
11 | help | ||
12 | chattr changes the file attributes on a second extended file system. | ||
13 | |||
14 | config CONFIG_LSATTR | ||
15 | bool "lsattr" | ||
16 | default n | ||
17 | help | ||
18 | lsattr lists the file attributes on a second extended file system. | ||
19 | |||
20 | config CONFIG_DMESG | 8 | config CONFIG_DMESG |
21 | bool "dmesg" | 9 | bool "dmesg" |
22 | default n | 10 | default n |