You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
11 years ago
..
Config.in build: consistently use 'depends on' instead of 'depends' 11 years ago
Makefile x86: Fix CONFIG_X86_GRUB_SERIAL="" 11 years ago
gen_image_generic.sh x86: split generic image building into a separate script 12 years ago
gen_image_olpc.sh target/x86: remove temporary files in image generation scripts 14 years ago
grub-early.cfg x86: add support for building grub2 images 12 years ago
grub-iso.cfg x86: remove the reboot=bios command line parameter (#12193) 12 years ago
grub.cfg x86: remove the reboot=bios command line parameter (#12193) 12 years ago
mkimg_bifferboard.py merge the RDC R-321x target as a subtarget of x86 12 years ago
mkimg_sitecom.pl merge the RDC R-321x target as a subtarget of x86 12 years ago
olpc.fth merge the olpc target with the x86 target, both tested and running 15 years ago