diff options
Diffstat (limited to 'package/eglibc/Config.in.manual')
-rw-r--r-- | package/eglibc/Config.in.manual | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/eglibc/Config.in.manual b/package/eglibc/Config.in.manual index e8c14eb0d..d74c585f8 100644 --- a/package/eglibc/Config.in.manual +++ b/package/eglibc/Config.in.manual @@ -1,5 +1,5 @@ config ADK_PACKAGE_EGLIBC - prompt "eglibc................. embedded GNU C library" + prompt "eglibc............... embedded GNU C library" bool default y if ADK_TARGET_LIB_EGLIBC && !ADK_TOOLCHAIN_ONLY default n @@ -8,7 +8,7 @@ config ADK_PACKAGE_EGLIBC embedded GNU C library. config ADK_PACKAGE_EGLIBC_DEV - prompt "eglibc-dev.............. development files" + prompt "eglibc-dev........... C library development files" tristate default n depends on ADK_TARGET_LIB_EGLIBC |