summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/eglibc/Config.in2
-rw-r--r--package/glibc/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/eglibc/Config.in b/package/eglibc/Config.in
index 6265c5b58..6e1daf463 100644
--- a/package/eglibc/Config.in
+++ b/package/eglibc/Config.in
@@ -9,7 +9,7 @@ config ADK_PACKAGE_EGLIBC
config ADK_PACKAGE_EGLIBC_DEV
prompt "eglibc-dev........................... development files"
- bool
+ tristate
default n
depends on ADK_TARGET_LIB_EGLIBC
help
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index b6879a384..6e7db32c9 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -9,7 +9,7 @@ config ADK_PACKAGE_GLIBC
config ADK_PACKAGE_GLIBC_DEV
prompt "glibc-dev........................... development files"
- bool
+ tristate
default n
depends on ADK_TARGET_LIB_GLIBC
help