diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-02 18:26:28 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-02 18:26:28 +0100 |
commit | cd7022db7b32904fd137fb492bfd85c5dd95d470 (patch) | |
tree | 90adef10d0f04c04c7ed2f046822db84c91de2c7 /conf/machine/include/kexecboot.inc | |
parent | 856a5edd50db5e6383e881f4f4c622461a62af45 (diff) |
kexecboot.inc: fix thinko with _append missing a space
Diffstat (limited to 'conf/machine/include/kexecboot.inc')
-rw-r--r-- | conf/machine/include/kexecboot.inc | 2 |
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" |