From: Chris Larson Date: Wed, 16 Jun 2004 02:57:24 +0000 (+0000) Subject: Fix silly missing backslash bug in openzaurus 2.6.5-jl3 kernel X-Git-Tag: Release-2010-05/1~18678 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2096285ef38f54f2d73549258ee1c5877d3514ff;p=openembedded.git Fix silly missing backslash bug in openzaurus 2.6.5-jl3 kernel build, as reported by 'Xepher' in #oe. BKrev: 40cfb714orOJ9WesK3PGCD7ErUoIJg --- 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 }