diff options
author | Denys Vlasenko | 2010-10-12 04:18:05 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-12 04:18:05 +0200 |
commit | d4d289acf5eb59ebae414f9aae8a74de30dce36a (patch) | |
tree | 7a7c261ce263eeb15d152a904936d55c41858b5e /miscutils/Config.src | |
parent | b1993380ba4a89062a08b2b6c579158aa667759e (diff) | |
download | busybox-d4d289acf5eb59ebae414f9aae8a74de30dce36a.zip busybox-d4d289acf5eb59ebae414f9aae8a74de30dce36a.tar.gz |
tweaks to build system, mainly making menuconfig text and order clearer
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r-- | miscutils/Config.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 151f61b..4912daf 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src @@ -136,7 +136,6 @@ config CHRT config CROND bool "crond" default y - select FEATURE_SUID select FEATURE_SYSLOG help Crond is a background daemon that parses individual crontab |