diff options
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/grub2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 8cfc0dcff9..b2ae171569 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -60,7 +60,8 @@ CONFIGURE_ARGS += \ --disable-nls \ --disable-device-mapper \ --disable-libzfs \ - --disable-grub-mkfont + --disable-grub-mkfont \ + --with-platform=none HOST_CONFIGURE_VARS += \ grub_build_mkfont_excuse="don't want fonts" |