From: nico Date: Wed, 5 May 2010 02:37:26 +0000 (+0000) Subject: [backfire] package/grub: disable curses support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=aa0bcb7212f8c2a1c0fe9f24fce59d3ed6d0b7d5;p=10.03%2Fopenwrt.git [backfire] package/grub: disable curses support git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21367 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/grub/Makefile b/package/grub/Makefile index f6b81b798..221269ba4 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -31,9 +31,11 @@ define Package/grub DEPENDS:=@TARGET_x86 endef + MY_CONFIGURE_ARGS += \ --disable-auto-linux-mem-opt \ --disable-hercules \ + --without-curses \ MY_CONFIGURE_VARS += \ grub_cv_prog_objcopy_absolute=yes \