diff --git a/package/grub/Makefile b/package/grub/Makefile
index e401770805854253100a5e0c1bdd2a22656e97a2..221269ba41a2b0edf48ecdd5758dd2ec7e1675c4 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)