projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b958c
)
package/grub: disable curses support
author
Nicolas Thill
<nico@openwrt.org>
Wed, 5 May 2010 02:37:26 +0000
(
02:37
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 5 May 2010 02:37:26 +0000
(
02:37
+0000)
SVN-Revision: 21367
package/grub/Makefile
patch
|
blob
|
history
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index f6b81b7984789fe103d15312acb944a7c8a32787..221269ba41a2b0edf48ecdd5758dd2ec7e1675c4 100644
(file)
--- 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 \