1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

package/grub: only disable graphics on host grub

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21353 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-05-04 14:49:49 +00:00
parent 66eb282e92
commit 64f1ed8de7

View File

@@ -34,7 +34,6 @@ endef
MY_CONFIGURE_ARGS += \ MY_CONFIGURE_ARGS += \
--disable-auto-linux-mem-opt \ --disable-auto-linux-mem-opt \
--disable-graphics \
--disable-hercules \ --disable-hercules \
--without-curses \ --without-curses \
@@ -50,6 +49,7 @@ HOST_CFLAGS += $(call host-cc-option,-U_FORTIFY_SOURCE)
HOST_CONFIGURE_ARGS += $(MY_CONFIGURE_ARGS) \ HOST_CONFIGURE_ARGS += $(MY_CONFIGURE_ARGS) \
--sbindir="$(STAGING_DIR_HOST)/bin" \ --sbindir="$(STAGING_DIR_HOST)/bin" \
--disable-graphics \
HOST_CONFIGURE_VARS += $(MY_CONFIGURE_VARS) HOST_CONFIGURE_VARS += $(MY_CONFIGURE_VARS)