diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-02-21 11:45:07 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-02-21 11:45:07 +0000 |
commit | 55f65c5c1dd4ccade263cbfedf8faad80a95904a (patch) | |
tree | a86fde730a41290cb9a4ef68d9b196aa5e510f0f /toolchain/uClibc/config-0.9.33.2 | |
parent | fad3fc1ad09b773c8e4335767f9f1e05770e88f6 (diff) | |
download | upstream-55f65c5c1dd4ccade263cbfedf8faad80a95904a.tar.gz upstream-55f65c5c1dd4ccade263cbfedf8faad80a95904a.tar.bz2 upstream-55f65c5c1dd4ccade263cbfedf8faad80a95904a.zip |
toolchain: uclibc: fix typo in uclibc common config
Based on a patch from Oliver Metz.
Closes #10735.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35709
Diffstat (limited to 'toolchain/uClibc/config-0.9.33.2')
-rw-r--r-- | toolchain/uClibc/config-0.9.33.2/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/config-0.9.33.2/common b/toolchain/uClibc/config-0.9.33.2/common index 4e4da3e37e..4889471275 100644 --- a/toolchain/uClibc/config-0.9.33.2/common +++ b/toolchain/uClibc/config-0.9.33.2/common @@ -118,7 +118,7 @@ UCLIBC_HAS_FTW=y UCLIBC_HAS_GETPT=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y -# UCLIB_HAS_GLIBC_DIGIT_GROUPING is not set +# UCLIBC_HAS_GLIBC_DIGIT_GROUPING is not set UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_ERROR=y UCLIBC_HAS_GNU_GETOPT=y |