configs/minnowboard_max-graphical: wchar/grub2 fix
authorNicholas Sielicki <sielicki@yandex.com>
Tue, 5 Sep 2017 00:08:06 +0000 (19:08 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Sep 2017 19:55:43 +0000 (21:55 +0200)
commitf27c1b82cd13a4bdbf6833110f55d4203a375066
tree16b8963a7a1a6aa08adf620ef8cf47815592bd30
parentca622d6222b7694b97a834aec582ae9985bb093a
configs/minnowboard_max-graphical: wchar/grub2 fix

minnowboard_max-graphical_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.

The minnowboard max defconfig was updated to fix this problem, but the
graphical variant was not updated alongside it.

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