diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-19 13:54:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-19 13:54:58 +0000 |
commit | 4612ecc93c292f7f4f317d79dcb5fba0e8f54d56 (patch) | |
tree | bfb86f208ebb75226e30c27fe775867bbbd45a46 /packages/linux/mx31ads-kernel_2.6.19rc6.bb | |
parent | fb8fe8e965e6d5a8c947648673f5714bf6540684 (diff) |
mx31ads-kernel: remove bashisms - close #1611
Diffstat (limited to 'packages/linux/mx31ads-kernel_2.6.19rc6.bb')
-rw-r--r-- | packages/linux/mx31ads-kernel_2.6.19rc6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/mx31ads-kernel_2.6.19rc6.bb b/packages/linux/mx31ads-kernel_2.6.19rc6.bb index 2081693d68..88726073c2 100644 --- a/packages/linux/mx31ads-kernel_2.6.19rc6.bb +++ b/packages/linux/mx31ads-kernel_2.6.19rc6.bb @@ -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 |