mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
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.
This commit is contained in:
parent
b1c705544b
commit
f6f1644bab
1 changed files with 0 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_BUILD_NLS=y
|
||||
CONFIG_BUSYBOX_CUSTOM=y
|
||||
CONFIG_CCACHE=y
|
||||
CONFIG_DEBUG=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue