summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-11 20:35:37 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-11 20:35:44 -0600
commit0c21382bb7270c6b7e34c2b43ccdb71c8853db44 (patch)
treefb30473db3979e8b294c6854231d78d732d226cd /target/config
parenta30f7fe5d730525af5daa6801f0b4d2f29025bd1 (diff)
activate serial console and network driver for atmel ngw100. first boot via nfs succeeds.
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc.default2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default
index cfc1a87e3..66c959571 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -32,6 +32,8 @@ config ADK_LIBC_VERSION
config ADK_TARGET_WITH_NPTL
boolean
+ default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_AVR32
+ default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_AVR32
default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_CRIS
default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_CRIS
default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_M68K