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:
0959504
)
Fix silly missing backslash bug in openzaurus 2.6.5-jl3 kernel
author
Chris Larson
<clarson@kergoth.com>
Wed, 16 Jun 2004 02:57:24 +0000
(
02:57
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 16 Jun 2004 02:57:24 +0000
(
02:57
+0000)
build, as reported by 'Xepher' in #oe.
BKrev: 40cfb714orOJ9WesK3PGCD7ErUoIJg
linux/openzaurus_2.6.5-jl3.oe
patch
|
blob
|
history
diff --git
a/linux/openzaurus_2.6.5-jl3.oe
b/linux/openzaurus_2.6.5-jl3.oe
index
8162ad9
..
ee233af
100644
(file)
--- a/
linux/openzaurus_2.6.5-jl3.oe
+++ b/
linux/openzaurus_2.6.5-jl3.oe
@@
-50,7
+50,7
@@
do_configure() {
fi
echo "CONFIG_CMDLINE=\"$CMDLINE mem=${mem}M\"" >> ${S}/.config
else
- echo "CONFIG_CMDLINE=\"$CMDLINEpxa"" >> ${S}/.config
+ echo "CONFIG_CMDLINE=\"$CMDLINEpxa
\
"" >> ${S}/.config
fi
oe_runmake oldconfig
}