mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
grub2: disable building platform code for target utility
It is not used and it was causing a build error with GCC 7.3 Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
7a97588bc6
commit
1b13cbc15b
@ -60,7 +60,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-device-mapper \
|
--disable-device-mapper \
|
||||||
--disable-libzfs \
|
--disable-libzfs \
|
||||||
--disable-grub-mkfont
|
--disable-grub-mkfont \
|
||||||
|
--with-platform=none
|
||||||
|
|
||||||
HOST_CONFIGURE_VARS += \
|
HOST_CONFIGURE_VARS += \
|
||||||
grub_build_mkfont_excuse="don't want fonts"
|
grub_build_mkfont_excuse="don't want fonts"
|
||||||
|
Loading…
Reference in New Issue
Block a user