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

[backfire] package/grub: disable curses support

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21367 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-05-05 02:37:26 +00:00
parent d142e71778
commit aa0bcb7212

View File

@@ -31,9 +31,11 @@ define Package/grub
DEPENDS:=@TARGET_x86 DEPENDS:=@TARGET_x86
endef endef
MY_CONFIGURE_ARGS += \ MY_CONFIGURE_ARGS += \
--disable-auto-linux-mem-opt \ --disable-auto-linux-mem-opt \
--disable-hercules \ --disable-hercules \
--without-curses \
MY_CONFIGURE_VARS += \ MY_CONFIGURE_VARS += \
grub_cv_prog_objcopy_absolute=yes \ grub_cv_prog_objcopy_absolute=yes \