openwrt-owl/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 x86: change /dev/console to tty to fix job control 2013-08-04 17:05:33 +00:00
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 x86: switch rdc to to gpio_keys_polled 2013-07-19 13:20:39 +00:00
patches-3.7 x86: switch rdc to to gpio_keys_polled 2013-07-19 13:20:39 +00:00
patches-3.8 x86: switch rdc to to gpio_keys_polled 2013-07-19 13:20:39 +00:00
rdc build: unify target independent optimization options 2013-07-29 09:38:29 +00:00
thincan
xen_domu
Makefile
base-files.mk
config-3.3
config-3.6
config-3.7
config-3.8
modules.mk x86: fix kmod-gpio-pc8736x dependencies 2013-07-19 14:55:51 +00:00