From cd7022db7b32904fd137fb492bfd85c5dd95d470 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 2 Feb 2009 18:26:28 +0100 Subject: kexecboot.inc: fix thinko with _append missing a space --- conf/machine/include/kexecboot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3