summaryrefslogtreecommitdiffstats
path: root/package/grub
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-04 14:49:49 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-04 14:49:49 +0000
commitd30f29165acba8532b117bd7c61f71be4cd6619c (patch)
treea9c2aadaa8c0d6fe8c5e8b049cc87207869c7b20 /package/grub
parentf89ff525ee19752a376d00c343cfd038d22bb797 (diff)
downloadmaster-31e0f0ae-d30f29165acba8532b117bd7c61f71be4cd6619c.tar.gz
master-31e0f0ae-d30f29165acba8532b117bd7c61f71be4cd6619c.tar.bz2
master-31e0f0ae-d30f29165acba8532b117bd7c61f71be4cd6619c.zip
package/grub: only disable graphics on host grub
SVN-Revision: 21353
Diffstat (limited to 'package/grub')
-rw-r--r--package/grub/Makefile2
1 files changed, 1 insertions, 1 deletions
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)