diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-30 19:55:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-30 19:55:43 +0000 |
commit | 8ed950b602ba0508732a7e69f15a25680cdb551e (patch) | |
tree | ebd2776209bf3a3316d5526e20f46fdce51e5a1c /package/boot | |
parent | 34ce786a32962c802ecb605708934503d6812be3 (diff) | |
download | master-187ad058-8ed950b602ba0508732a7e69f15a25680cdb551e.tar.gz master-187ad058-8ed950b602ba0508732a7e69f15a25680cdb551e.tar.bz2 master-187ad058-8ed950b602ba0508732a7e69f15a25680cdb551e.zip |
grub2: disable mkfont - fix build on Archlinux
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40350 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ccad7d921c..83edfc614f 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) \ |