summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-30 19:55:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-30 19:55:43 +0000
commita558ce7e21626b41e00fa4e694236ba69f099a89 (patch)
tree3fa785c6a193130a158c6cdc6a05cc01587f3d2e /package/boot
parentfa4d4a62bfb7fa895d7c31a00c075aaea8245579 (diff)
downloadmtk-20170518-a558ce7e21626b41e00fa4e694236ba69f099a89.zip
mtk-20170518-a558ce7e21626b41e00fa4e694236ba69f099a89.tar.gz
mtk-20170518-a558ce7e21626b41e00fa4e694236ba69f099a89.tar.bz2
grub2: disable mkfont - fix build on Archlinux
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40350
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/grub2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index ccad7d9..83edfc6 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -47,7 +47,8 @@ CONFIGURE_ARGS += \
--target=$(REAL_GNU_TARGET_NAME) \
--disable-werror \
--disable-nls \
- --disable-device-mapper
+ --disable-device-mapper \
+ --disable-grub-mkfont
HOST_CONFIGURE_ARGS += \
--target=$(REAL_GNU_TARGET_NAME) \