summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-hackndev-2.6_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-hackndev-2.6_git.bb')
-rw-r--r--recipes/linux/linux-hackndev-2.6_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-hackndev-2.6_git.bb b/recipes/linux/linux-hackndev-2.6_git.bb
index 2f9f902bf7..5c093a1674 100644
--- a/recipes/linux/linux-hackndev-2.6_git.bb
+++ b/recipes/linux/linux-hackndev-2.6_git.bb
@@ -27,7 +27,7 @@ do_configure() {
|| die "No default configuration for ${MACHINE} available."
fi
- if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; 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