summaryrefslogtreecommitdiff
path: root/packages/linux/linux.inc
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-10-26 21:44:25 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-10-26 21:44:25 +0000
commit871541a4df72568e56315fabeb2ec570a2db7a84 (patch)
treee11d361f06b544c4c592bd59e01ffda121a1475a /packages/linux/linux.inc
parentaea7ee7f47d008330465a587850a72981f20ffe3 (diff)
parent5af285d49668c33e74a48a0dfe5b4774b2840af6 (diff)
merge of 'c45039b9d53ed9e37550259ce83254ec7ac435ed'
and 'c5975a0ccc287717a69db83c13d7d27a459c25cb'
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r--packages/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc
index bb2ad455fd..2fb0ce8177 100644
--- a/packages/linux/linux.inc
+++ b/packages/linux/linux.inc
@@ -35,7 +35,7 @@ do_configure_prepend() {
#
if [ "${TARGET_OS}" = "linux-gnueabi" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
- echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
+ echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
else
echo "# CONFIG_AEABI is not set" >> ${S}/.config
echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config