From f6f1644bab06db22f1ade38cd104cd50fcc8c461 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Thu, 4 Nov 2021 17:19:55 +0100 Subject: [PATCH] iop: config: Don't enable CONFIG_BUILD_NLS It seems like CONFIG_BUILD_NLS it is not needed by anything, so disable it. On an embedded device, we do not need localised output. End-users will probably never interact via SSH with the device. So it is unclear why it had been enabled in the first place. --- iop/config | 1 - 1 file changed, 1 deletion(-) diff --git a/iop/config b/iop/config index 320be184b..b07f3e245 100644 --- a/iop/config +++ b/iop/config @@ -1,4 +1,3 @@ -CONFIG_BUILD_NLS=y CONFIG_BUSYBOX_CUSTOM=y CONFIG_CCACHE=y CONFIG_DEBUG=y