[backfire] package/grub: disable curses support
authorNicolas Thill <nico@openwrt.org>
Wed, 5 May 2010 02:37:26 +0000 (02:37 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 5 May 2010 02:37:26 +0000 (02:37 +0000)
SVN-Revision: 21367

package/grub/Makefile

index f6b81b7984789fe103d15312acb944a7c8a32787..221269ba41a2b0edf48ecdd5758dd2ec7e1675c4 100644 (file)
@@ -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 \