mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-31 22:14:27 -04:00
With
.config:CONFIG_X86_GRUB_SERIAL=""
which (AFAICT) is the way to tell GRUB not to use a serial console, in
target/linux/x86/image/Makefile:ifneq ($(CONFIG_X86_GRUB_SERIAL),)
$(CONFIG_X86_GRUB_SERIAL) expands to `""' (a literal double double-quote),
making the condition unconditionally false.
This patch fixes the situation by passing CONFIG_X86_GRUB_SERIAL through
qstrip before testing.
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
SVN-Revision: 37749
|
||
|---|---|---|
| .. | ||
| Config.in | ||
| gen_image_generic.sh | ||
| gen_image_olpc.sh | ||
| grub-early.cfg | ||
| grub-iso.cfg | ||
| grub.cfg | ||
| Makefile | ||
| mkimg_bifferboard.py | ||
| mkimg_sitecom.pl | ||
| olpc.fth | ||