summaryrefslogtreecommitdiffstats
path: root/openpower/configs/garrison_defconfig
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2017-09-14 14:36:18 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2017-09-14 15:21:39 +1000
commit379afc92e0d32fce74284119f219bff4d53669b4 (patch)
treecbb86d6070364700fcac1d5aef2fe1a2ce045ab7 /openpower/configs/garrison_defconfig
parent1b0f8d44211019010ae993b5736b88fbbe4fa2bd (diff)
downloadtalos-op-build-379afc92e0d32fce74284119f219bff4d53669b4.tar.gz
talos-op-build-379afc92e0d32fce74284119f219bff4d53669b4.zip
configs: Re-enable translations
The 2017.08 Buildroot update introduced a new option "BR2_SYSTEM_ENABLE_NLS" which is by default set to false. Set this to true in all platforms that use translations to re-enable them. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'openpower/configs/garrison_defconfig')
-rw-r--r--openpower/configs/garrison_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpower/configs/garrison_defconfig b/openpower/configs/garrison_defconfig
index a6f62b51..5d02c26b 100644
--- a/openpower/configs/garrison_defconfig
+++ b/openpower/configs/garrison_defconfig
@@ -9,6 +9,7 @@ BR2_ROOTFS_DEVICE_TABLE="../openpower/device_table.txt"
BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
BR2_ENABLE_LOCALE_WHITELIST="C de en es fr it ja ko pt_BR ru zh_CN zh_TW"
BR2_GENERATE_LOCALE="en_US.UTF-8 de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 ja_JP.UTF-8 ko_KR.UTF-8 pt_BR.UTF-8 ru_RU.UTF-8 zh_CN.UTF-8 zh_TW.UTF-8"
+BR2_SYSTEM_ENABLE_NLS=y
BR2_ROOTFS_OVERLAY="../openpower/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower/scripts/firmware-whitelist"
BR2_LINUX_KERNEL=y
OpenPOWER on IntegriCloud