kexecboot.inc: fix thinko with _append missing a space
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Feb 2009 17:26:28 +0000 (18:26 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Feb 2009 17:26:28 +0000 (18:26 +0100)
conf/machine/include/kexecboot.inc

index 7e22008..7f06866 100644 (file)
@@ -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"