summaryrefslogtreecommitdiff
path: root/configs/minnowboard_max_defconfig
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-08-10 23:28:05 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-11 15:27:05 +0200
commit033e2b94318503d7ada2efcd53b2a606bd41148a (patch)
tree55a6b747d2fdba342c8f076af7047c718de73921 /configs/minnowboard_max_defconfig
parente8d2188db3c9bace344ae51ae9ec1a45f8351e98 (diff)
minnowboard_max_defconfig: grub2 needs WCHAR
Since commit 5ffafd2353f5d67 (grub2: bump up version), grub2 needs a toolchain with WCHAR support. However, the defconfigs that use grub2 were not updated at the time. Add BR2_TOOLCHAIN_BUILDROOT_WCHAR=y to minnowboard_max_defconfig. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Erico Nunes <nunes.erico@gmail.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Cc: Vincent Stehlé <vincent.stehle@intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/minnowboard_max_defconfig')
-rw-r--r--configs/minnowboard_max_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/minnowboard_max_defconfig b/configs/minnowboard_max_defconfig
index 674b144de8..db6e595779 100644
--- a/configs/minnowboard_max_defconfig
+++ b/configs/minnowboard_max_defconfig
@@ -9,6 +9,9 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/minnowboard/post-image.sh"
# Linux headers same as kernel, a 4.12 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12=y
+# Needed for grub2
+BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
+
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y