From 503a07cab24a1e58099a04970babd2b761469449 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 25 Jul 2010 00:13:27 +0200 Subject: Apply post-1.17.0 fixes Signed-off-by: Denys Vlasenko --- Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index fc02a2d..fe64f2b 100644 --- a/Config.in +++ b/Config.in @@ -15,7 +15,7 @@ menu "General Configuration" config DESKTOP bool "Enable options for full-blown desktop systems" - default n + default y help Enable options and features which are not essential. Select this only if you plan to use busybox on full-blown @@ -138,6 +138,7 @@ config UNICODE_USING_LOCALE help With this option on, Unicode support is implemented using libc routines. Otherwise, internal implementation is used. + Internal implementation is smaller. config FEATURE_CHECK_UNICODE_IN_ENV bool "Check $LANG environment variable" -- cgit v1.1