From d30f29165acba8532b117bd7c61f71be4cd6619c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 4 May 2010 14:49:49 +0000 Subject: [PATCH] package/grub: only disable graphics on host grub SVN-Revision: 21353 --- package/grub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/grub/Makefile b/package/grub/Makefile index e401770805..221269ba41 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) -- 2.30.2