diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 23:17:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 23:17:59 +0200 |
commit | 5f15b1c8d4938805342426bb4b878ad2205a048d (patch) | |
tree | 5244ec8d6159c7b6944c6f020bb4c795af23240e /package/glibc | |
parent | 19cc238f03898253d8016e76476606373f14b44c (diff) |
fix variable name
- MASTER_SITES -> PKG_SITES
- make libc boolean, makes no sense as package
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/Config.in | 2 |
1 files changed, 1 insertions, 1 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 |