Openwrt/target/linux/x86
Felix Fietkau 09f4018b2e x86: Fix CONFIG_X86_GRUB_SERIAL=""
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
2013-08-10 18:35:29 +00:00
..
alix2
base-files
ep80579
generic
geos
image x86: Fix CONFIG_X86_GRUB_SERIAL="" 2013-08-10 18:35:29 +00:00
kvm_guest
net5501
olpc
patches-3.3
patches-3.7
patches-3.8
rdc
thincan
xen_domu
base-files.mk
config-3.3
config-3.6
config-3.7
config-3.8
Makefile
modules.mk