git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856a5ed
)
kexecboot.inc: fix thinko with _append missing a space
author
Koen Kooi
<koen@openembedded.org>
Mon, 2 Feb 2009 17:26:28 +0000
(18:26 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 2 Feb 2009 17:26:28 +0000
(18:26 +0100)
conf/machine/include/kexecboot.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/kexecboot.inc
b/conf/machine/include/kexecboot.inc
index
7e22008
..
7f06866
100644
(file)
--- 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"