projects
/
10.03
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d142e71
)
[backfire] package/grub: disable curses support
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 May 2010 02:37:26 +0000
(
02:37
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 May 2010 02:37:26 +0000
(
02:37
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21367
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/grub/Makefile
patch
|
blob
|
history
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index
f6b81b7
..
221269b
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 \