projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/grub: only disable graphics on host grub
[openwrt.git]
/
package
/
grub
/
Makefile
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index
e401770
..
221269b
100644
(file)
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@
-34,7
+34,6
@@
endef
MY_CONFIGURE_ARGS += \
--disable-auto-linux-mem-opt \
MY_CONFIGURE_ARGS += \
--disable-auto-linux-mem-opt \
- --disable-graphics \
--disable-hercules \
--without-curses \
--disable-hercules \
--without-curses \
@@
-50,6
+49,7
@@
HOST_CFLAGS += $(call host-cc-option,-U_FORTIFY_SOURCE)
HOST_CONFIGURE_ARGS += $(MY_CONFIGURE_ARGS) \
--sbindir="$(STAGING_DIR_HOST)/bin" \
HOST_CONFIGURE_ARGS += $(MY_CONFIGURE_ARGS) \
--sbindir="$(STAGING_DIR_HOST)/bin" \
+ --disable-graphics \
HOST_CONFIGURE_VARS += $(MY_CONFIGURE_VARS)
HOST_CONFIGURE_VARS += $(MY_CONFIGURE_VARS)
This page took
0.018478 seconds
and
4
git commands to generate.