summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-16 02:57:24 +0000
committerChris Larson <clarson@kergoth.com>2004-06-16 02:57:24 +0000
commit2096285ef38f54f2d73549258ee1c5877d3514ff (patch)
treec1660569d5097717a1a40ac59f205e75145ac158
parent0959504b36376be6293f708cfdedb571bfa1c636 (diff)
Fix silly missing backslash bug in openzaurus 2.6.5-jl3 kernel
build, as reported by 'Xepher' in #oe. BKrev: 40cfb714orOJ9WesK3PGCD7ErUoIJg
-rw-r--r--linux/openzaurus_2.6.5-jl3.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/openzaurus_2.6.5-jl3.oe b/linux/openzaurus_2.6.5-jl3.oe
index 8162ad942d..ee233af317 100644
--- 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
}