tn3399_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 x86: split generic image building into a separate script 2012-09-22 20:10:35 +00:00
gen_image_olpc.sh target/x86: remove temporary files in image generation scripts 2010-04-29 00:41:22 +00:00
grub-early.cfg x86: add support for building grub2 images 2012-09-22 20:10:42 +00:00
grub-iso.cfg x86: remove the reboot=bios command line parameter (#12193) 2012-10-09 15:20:11 +00:00
grub.cfg x86: remove the reboot=bios command line parameter (#12193) 2012-10-09 15:20:11 +00:00
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 merge the olpc target with the x86 target, both tested and running 2009-11-03 01:02:39 +00:00