From: Jonas Gorski Date: Thu, 21 Feb 2013 11:45:07 +0000 (+0000) Subject: toolchain: uclibc: fix typo in uclibc common config X-Git-Tag: reboot~11194 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=55f65c5c1dd4ccade263cbfedf8faad80a95904a toolchain: uclibc: fix typo in uclibc common config Based on a patch from Oliver Metz. Closes #10735. Signed-off-by: Jonas Gorski SVN-Revision: 35709 --- 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