summaryrefslogtreecommitdiff
path: root/target/linux/ep93xx/profiles
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-10 18:35:29 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-10 18:35:29 +0000
commit73a3e3ec6a15c12950700ddbce18b197206f6cf3 (patch)
tree0417d4e642cc98f4b90bddaeac9554d5822042ec /target/linux/ep93xx/profiles
parent8aa72a33524e20cf90d372785b03b9db0b5ce0b3 (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37749 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx/profiles')
0 files changed, 0 insertions, 0 deletions