1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-21 06:58:37 +02:00
openwrt/target/linux/x86/image
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
..
Config.in build: consistently use 'depends on' instead of 'depends' 2013-04-17 15:36:41 +00:00
gen_image_generic.sh
gen_image_olpc.sh
grub-early.cfg
grub-iso.cfg
grub.cfg
Makefile x86: Fix CONFIG_X86_GRUB_SERIAL="" 2013-08-10 18:35:29 +00:00
mkimg_bifferboard.py merge the RDC R-321x target as a subtarget of x86 2012-10-15 18:54:34 +00:00
mkimg_sitecom.pl merge the RDC R-321x target as a subtarget of x86 2012-10-15 18:54:34 +00:00
olpc.fth