summaryrefslogtreecommitdiff
path: root/packages/linux/netbook-pro-kernel_2.6.17.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-20 09:27:00 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-20 09:27:00 +0000
commita6fa1f162b62c58ed01b73bd1d790a7a566ce778 (patch)
tree3f66706e790e690c2ad4f8c83e45f779f7ae9b47 /packages/linux/netbook-pro-kernel_2.6.17.bb
parentc8b8e0f833eefaf566d58e8ccd1133dfdbef480a (diff)
linux kernels: fix uclibcgnueabi detection
Diffstat (limited to 'packages/linux/netbook-pro-kernel_2.6.17.bb')
-rw-r--r--packages/linux/netbook-pro-kernel_2.6.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/netbook-pro-kernel_2.6.17.bb b/packages/linux/netbook-pro-kernel_2.6.17.bb
index fe0edb6c18..cef88d785a 100644
--- a/packages/linux/netbook-pro-kernel_2.6.17.bb
+++ b/packages/linux/netbook-pro-kernel_2.6.17.bb
@@ -29,7 +29,7 @@ do_configure() {
fi
- if [ "${TARGET_OS}" == "linux-gnueabi" ]; 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