diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-25 00:13:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-25 00:13:27 +0200 |
commit | 503a07cab24a1e58099a04970babd2b761469449 (patch) | |
tree | f96b01fd405adcbcbeed0086389da27bd1a07ccc /Config.in | |
parent | b2d95147c989448f23cc59c63b83e2d89f0bd9cd (diff) | |
download | busybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.gz busybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.bz2 busybox-w32-503a07cab24a1e58099a04970babd2b761469449.zip |
Apply post-1.17.0 fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ menu "General Configuration" | |||
15 | 15 | ||
16 | config DESKTOP | 16 | config DESKTOP |
17 | bool "Enable options for full-blown desktop systems" | 17 | bool "Enable options for full-blown desktop systems" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | Enable options and features which are not essential. | 20 | Enable options and features which are not essential. |
21 | Select this only if you plan to use busybox on full-blown | 21 | Select this only if you plan to use busybox on full-blown |
@@ -138,6 +138,7 @@ config UNICODE_USING_LOCALE | |||
138 | help | 138 | help |
139 | With this option on, Unicode support is implemented using libc | 139 | With this option on, Unicode support is implemented using libc |
140 | routines. Otherwise, internal implementation is used. | 140 | routines. Otherwise, internal implementation is used. |
141 | Internal implementation is smaller. | ||
141 | 142 | ||
142 | config FEATURE_CHECK_UNICODE_IN_ENV | 143 | config FEATURE_CHECK_UNICODE_IN_ENV |
143 | bool "Check $LANG environment variable" | 144 | bool "Check $LANG environment variable" |