09f4018b2e
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 |
||
---|---|---|
.. | ||
alix2 | ||
base-files | ||
ep80579 | ||
generic | ||
geos | ||
image | ||
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 |