configs/galileo: grub2 needs wchar toolchain
authorNicholas Sielicki <sielicki@yandex.com>
Tue, 5 Sep 2017 00:08:05 +0000 (19:08 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Sep 2017 19:55:28 +0000 (21:55 +0200)
The galileo_defconfig has the line "BR_TARGET_GRUB2=y", but this
currently has no effect because BR_TARGET_GRUB2 cannot be selected
without BR2_TOOLCHAIN_BUILDROOT_WCHAR=y, which is not set by default.

Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
configs/galileo_defconfig

index 7db3cfe8a5cabba14f75a023c20db5e460cdf52b..72ab0ff061663e63e7986ab6658ced6cdf71f928 100644 (file)
@@ -1,4 +1,6 @@
 BR2_x86_x1000=y
+# Needed for TARGET_GRUB2
+BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 # Linux headers same as kernel, a 3.14 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y