aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/mx21ads-kernel_2.6.19rc6.bb')
-rw-r--r--recipes/linux/mx21ads-kernel_2.6.19rc6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/mx21ads-kernel_2.6.19rc6.bb b/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
index 6891d7f4cf..19003def8d 100644
--- a/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
+++ b/recipes/linux/mx21ads-kernel_2.6.19rc6.bb
@@ -26,7 +26,7 @@ RPROVIDES_kernel-image += "hostap-modules"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/mx21ads_defconfig ${S}/defconfig
- if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibceabi" ]; then
+ if [ "${TARGET_OS}" = "linux-gnueabi" -o "${TARGET_OS}" = "linux-uclibceabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
else