From: Nicolas Thill Date: Tue, 4 May 2010 14:49:49 +0000 (+0000) Subject: package/grub: only disable graphics on host grub X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c88d9d7309673e300b610deeca74e241f88e8b93 package/grub: only disable graphics on host grub SVN-Revision: 21353 --- 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)