From 3bbc07cda8bb57eae4b793e383405e1058cdafcc Mon Sep 17 00:00:00 2001 From: Riteo Date: Wed, 1 Jun 2022 08:26:40 +0200 Subject: [PATCH] busybox: unconditionally enable Unicode (#66) --- core/busybox/checksums | 2 +- core/busybox/files/.config | 4 ++-- core/busybox/version | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/busybox/checksums b/core/busybox/checksums index c5a6fc91..8c36d44a 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -8,7 +8,7 @@ f0e17fefc0af6b10205d72b242b6ef7481a58ff07726c62890ebc5893b96a396 73be7b16dcff44e88eb48696522794f529beddf9d5a139b8a76cc8685a9f6fc8 d70c4cd6381baeb3836c0387f53553021b48bdc851de49f1c86d836f7d0355fc b030d6ac2b3284cf3cc0a2eec886d26b7e09ea59feb460a6a09165da62a582b4 -26779d5b91c68f08cd07f64580457fa5b7041b07133931fc3060b17547051025 +aadcc2f33b0de1055274ac963b45f54e8ee155bc1eacd600a993c7c8fa17c234 2233c60d8d39fc5df845555482bc697472871ad28f249d621696a0310de30f18 ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 diff --git a/core/busybox/files/.config b/core/busybox/files/.config index 15f0d75f..21e3cf65 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.35.0 -# Fri Mar 11 15:22:42 2022 +# Sat May 28 23:26:19 2022 # CONFIG_HAVE_DOT_CONFIG=y @@ -115,7 +115,7 @@ CONFIG_FEATURE_EDITING_WINCH=y # CONFIG_LOCALE_SUPPORT is not set CONFIG_UNICODE_SUPPORT=y # CONFIG_UNICODE_USING_LOCALE is not set -CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y +# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set CONFIG_SUBST_WCHAR=63 CONFIG_LAST_SUPPORTED_WCHAR=767 CONFIG_UNICODE_COMBINING_WCHARS=y diff --git a/core/busybox/version b/core/busybox/version index cbdd11af..ba4cb4d2 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.35.0 3 +1.35.0 4