aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-02 18:26:28 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-02 18:26:28 +0100
commitcd7022db7b32904fd137fb492bfd85c5dd95d470 (patch)
tree90adef10d0f04c04c7ed2f046822db84c91de2c7 /conf/machine
parent856a5edd50db5e6383e881f4f4c622461a62af45 (diff)
downloadopenembedded-cd7022db7b32904fd137fb492bfd85c5dd95d470.tar.gz
kexecboot.inc: fix thinko with _append missing a space
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/kexecboot.inc2
1 files changed, 1 insertions, 1 deletions
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"