mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 21:13:09 +01:00
grub2: disable mkfont - fix build on Archlinux
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40350
This commit is contained in:
parent
fa4d4a62bf
commit
a558ce7e21
1 changed files with 2 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue