mx31ads-kernel: remove bashisms - close #1611
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 19 Mar 2007 13:54:58 +0000 (13:54 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 19 Mar 2007 13:54:58 +0000 (13:54 +0000)
packages/linux/mx31ads-kernel_2.6.19rc6.bb

index 2081693..8872607 100644 (file)
@@ -28,7 +28,7 @@ RPROVIDES_kernel-image += "hostap-modules"
 do_configure_prepend() {
        install -m 0644 ${WORKDIR}/imx31ads_defconfig ${S}/defconfig
 
-        if [ "${TARGET_OS}" == "linux-gnueabi" -o  "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
+        if [ "${TARGET_OS}" = "linux-gnueabi" -o  "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
                 echo "CONFIG_AEABI=y"                   >> ${S}/.config
                 echo "CONFIG_OABI_COMPAT=y"             >> ${S}/.config
         else