[source] toolchain/uClibc: add missing config symbol

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 14 16:51:50 PDT 2016


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=c14485d41af8607ffe1563a52dd209e2e4177acc

commit c14485d41af8607ffe1563a52dd209e2e4177acc
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sat Aug 13 21:50:18 2016 +0200

    toolchain/uClibc: add missing config symbol
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 toolchain/uClibc/config/common | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/uClibc/config/common b/toolchain/uClibc/config/common
index b476639..b679c0a 100644
--- a/toolchain/uClibc/config/common
+++ b/toolchain/uClibc/config/common
@@ -97,6 +97,7 @@ UCLIBC_EXTRA_CFLAGS=""
 UCLIBC_GRP_BUFFER_SIZE=256
 UCLIBC_HAS_ADVANCED_REALTIME=y
 # UCLIBC_HAS_ARC4RANDOM is not set
+# UCLIBC_HAS_ARGP is not set
 UCLIBC_HAS_BSD_ERR=y
 UCLIBC_HAS_BSD_RES_CLOSE=y
 # UCLIBC_HAS_COMPAT_RES_STATE is not set



More information about the lede-commits mailing list