summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-29 09:35:19 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-29 09:40:25 +0200
commite16d5c7f32862478e79521b22cfabaaada631e66 (patch)
treec067221bab9d4c9391e09e5a61899f4726aa5e1f /target/config
parent6e765e7458b927d9c5048df6ce6b685323d404b5 (diff)
uClibc-ng: update to 1.0.15, refresh configs
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc10
-rw-r--r--target/config/Config.in.runtime2
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 75b72873a..422e96fd0 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -115,6 +115,10 @@ endchoice
choice
prompt "C library version"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_15
+ bool "1.0.15"
+ depends on ADK_TARGET_LIB_UCLIBC_NG
+
config ADK_TARGET_LIB_UCLIBC_NG_1_0_14
bool "1.0.14"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -123,10 +127,6 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_13
bool "1.0.13"
depends on ADK_TARGET_LIB_UCLIBC_NG
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_12
- bool "1.0.12"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -222,9 +222,9 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ default "1.0.15" if ADK_TARGET_LIB_UCLIBC_NG_1_0_15
default "1.0.14" if ADK_TARGET_LIB_UCLIBC_NG_1_0_14
default "1.0.13" if ADK_TARGET_LIB_UCLIBC_NG_1_0_13
- default "1.0.12" if ADK_TARGET_LIB_UCLIBC_NG_1_0_12
default "1.1.14" if ADK_TARGET_LIB_MUSL_1_1_14
default "1.1.13" if ADK_TARGET_LIB_MUSL_1_1_13
default "1.1.12" if ADK_TARGET_LIB_MUSL_1_1_12
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index cfe654582..4c8034c8f 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -24,7 +24,7 @@ endchoice
choice
prompt "System for /dev management"
depends on !ADK_APPLIANCE_TOOLCHAIN
-default ADK_RUNTIME_DEV_STATIC if ADK_TARGET_WITHOUT_MMU
+default ADK_RUNTIME_DEV_STATIC if ADK_TARGET_WITHOUT_MMU || ADK_TARGET_ARCH_CRIS
default ADK_RUNTIME_DEV_MDEV
config ADK_RUNTIME_DEV_MDEV