summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-19 13:42:34 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-19 13:42:34 +0100
commit6333f761cc40a613b9b55c83cfec6c3a7971c6c5 (patch)
treee1f0c901a36f9e20123782c4a8ff533944e1c887
parent7830b50f63474b3ec6f845a81c21d5bf10758ba8 (diff)
downloadembtoolkit-6333f761cc40a613b9b55c83cfec6c3a7971c6c5.tar.gz
embtoolkit-6333f761cc40a613b9b55c83cfec6c3a7971c6c5.tar.bz2
embtoolkit-6333f761cc40a613b9b55c83cfec6c3a7971c6c5.tar.xz
Toolchain: eglibc: fix nsswitch kconfig entries
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/eglibc-kconfigs/eglibc-trunk.kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/kconfig/eglibc-kconfigs/eglibc-trunk.kconfig b/kconfig/eglibc-kconfigs/eglibc-trunk.kconfig
index f2ce369..62cecbc 100644
--- a/kconfig/eglibc-kconfigs/eglibc-trunk.kconfig
+++ b/kconfig/eglibc-kconfigs/eglibc-trunk.kconfig
@@ -511,7 +511,7 @@ config KEMBTK_EGLIBC_OPTION_EGLIBC_MEMUSAGE
the `memusage' and `memusagestat' utilities.
These components provide memory profiling functions.
-config EMBTK_EGLIBC_OPTION_EGLIBC_MEMUSAGE_DEFAULT_BUFFER_SIZE
+config KEMBTK_EGLIBC_OPTION_EGLIBC_MEMUSAGE_DEFAULT_BUFFER_SIZE
int "Libmemusage library buffers size"
default 512
depends on KEMBTK_EGLIBC_OPTION_EGLIBC_MEMUSAGE
@@ -526,7 +526,7 @@ config EMBTK_EGLIBC_OPTION_EGLIBC_MEMUSAGE_DEFAULT_BUFFER_SIZE
so setting this option to the value of 512 will reduce the size
of the memory buffer to 24K.
-config EMBTK_EGLIBC_OPTION_EGLIBC_NSSWITCH
+config KEMBTK_EGLIBC_OPTION_EGLIBC_NSSWITCH
bool "Name service switch (nsswitch) support"
default y
help
@@ -542,6 +542,8 @@ config EMBTK_EGLIBC_OPTION_EGLIBC_NSSWITCH
configuration files specified when EGLIBC is built. Your
'option-groups.config' file must set the following two
variables:
+ KEMBTK_EGLIBC_OPTION_EGLIBC_NSSWITCH_FIXED_CONFIG
+ KEMBTK_EGLIBC_OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS
config KEMBTK_EGLIBC_OPTION_EGLIBC_NSSWITCH_FIXED_CONFIG
string "Alternate file for nsswitch.conf (see below help please)"