X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bb43ad8e7d1f03015393d3d8d025d6c5b10c3ede..47f865222fa1425bcfa5f695bc5ddf7f9fddf451:/package/grub/Makefile diff --git a/package/grub/Makefile b/package/grub/Makefile index e40177080..221269ba4 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -34,7 +34,6 @@ endef MY_CONFIGURE_ARGS += \ --disable-auto-linux-mem-opt \ - --disable-graphics \ --disable-hercules \ --without-curses \ @@ -50,6 +49,7 @@ HOST_CFLAGS += $(call host-cc-option,-U_FORTIFY_SOURCE) HOST_CONFIGURE_ARGS += $(MY_CONFIGURE_ARGS) \ --sbindir="$(STAGING_DIR_HOST)/bin" \ + --disable-graphics \ HOST_CONFIGURE_VARS += $(MY_CONFIGURE_VARS)