diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-25 16:17:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-25 16:17:51 +0200 |
commit | a289f2633a156696c9ab0489d50a879726117f12 (patch) | |
tree | 13dec59757dcaa3dadc7c5d343bf7cc7399efe34 /target | |
parent | feb521846269734c771e68e5406662f80d7dd2a5 (diff) |
disable uclibc for lemote, still broken
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index 8fa9731df..716ce119d 100644 --- a/target/Config.in +++ b/target/Config.in @@ -362,7 +362,7 @@ depends on ! ADK_NATIVE config ADK_TARGET_LIB_UCLIBC bool "uClibc embedded C library" # broken, because of 16kB pagesize - #depends on !ADK_LINUX_MIPS64_LEMOTE + depends on !ADK_LINUX_MIPS64_LEMOTE help http://uclibc.org |