From 5461876d5455eb0b9853558a0d1d6e1cfe1c574c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 8 May 2010 07:21:49 +0200 Subject: [PATCH] busybox: - remove applet chvt - add applet sysctl --- packages/sysutils/busybox/config/busybox.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index 759cbbd401..f5f11d07f7 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.16.1 -# Sat May 8 00:10:04 2010 +# Sat May 8 02:38:56 2010 # CONFIG_HAVE_DOT_CONFIG=y @@ -281,7 +281,7 @@ CONFIG_FEATURE_HUMAN_READABLE=y # # Console Utilities # -CONFIG_CHVT=y +# CONFIG_CHVT is not set CONFIG_CLEAR=y # CONFIG_DEALLOCVT is not set # CONFIG_DUMPKMAP is not set @@ -814,7 +814,7 @@ CONFIG_FEATURE_PS_WIDE=y # CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set # CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set # CONFIG_RENICE is not set -# CONFIG_BB_SYSCTL is not set +CONFIG_BB_SYSCTL=y CONFIG_TOP=y CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y