Fix silly missing backslash bug in openzaurus 2.6.5-jl3 kernel
authorChris Larson <clarson@kergoth.com>
Wed, 16 Jun 2004 02:57:24 +0000 (02:57 +0000)
committerChris 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

index 8162ad9..ee233af 100644 (file)
@@ -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
 }