summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 23:17:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 23:17:59 +0200
commit5f15b1c8d4938805342426bb4b878ad2205a048d (patch)
tree5244ec8d6159c7b6944c6f020bb4c795af23240e /package
parent19cc238f03898253d8016e76476606373f14b44c (diff)
fix variable name
- MASTER_SITES -> PKG_SITES - make libc boolean, makes no sense as package
Diffstat (limited to 'package')
-rw-r--r--package/glibc/Config.in2
-rw-r--r--package/uclibc/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index d16cd8637..702870201 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -1,6 +1,6 @@
config ADK_PACKAGE_GLIBC
prompt "glibc............................... GNU C library"
- tristate
+ bool
default y if ADK_TARGET_LIB_GLIBC
default n
depends on ADK_TARGET_LIB_GLIBC
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index bf67093a2..0a0776480 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -1,6 +1,6 @@
config ADK_PACKAGE_UCLIBC
prompt "uClibc............................... embedded C library"
- tristate
+ bool
default y if ADK_TARGET_LIB_UCLIBC
default n
depends on ADK_TARGET_LIB_UCLIBC