From: Koen Kooi Date: Mon, 2 Feb 2009 17:26:28 +0000 (+0100) Subject: kexecboot.inc: fix thinko with _append missing a space X-Git-Tag: Release-2010-05/1~4001 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7022db7b32904fd137fb492bfd85c5dd95d470;p=openembedded.git kexecboot.inc: fix thinko with _append missing a space --- diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc index 7e2200853c..7f06866778 100644 --- a/conf/machine/include/kexecboot.inc +++ b/conf/machine/include/kexecboot.inc @@ -2,7 +2,7 @@ # NOTE: include this file after zaurus-2.6.inc for zaurus machines -MACHINE_FEATURES_append = "kexecboot" +MACHINE_FEATURES_append = " kexecboot " # Include Kernel image in kexecboot enabled images RDEPENDS_kernel-base = "kernel-image"