summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-10-26 10:39:48 +0000
committerJohn Crispin <john@openwrt.org>2015-10-26 10:39:48 +0000
commitb49cbdff6e722a40203beea5a3cc5ce3c6448e72 (patch)
treee825c467624b7bd367263e9c65b18ba1f578a7c2 /toolchain
parentc89fc7a75a13c18b9bb219b52e4c3828dc8988b5 (diff)
downloadmaster-31e0f0ae-b49cbdff6e722a40203beea5a3cc5ce3c6448e72.tar.gz
master-31e0f0ae-b49cbdff6e722a40203beea5a3cc5ce3c6448e72.tar.bz2
master-31e0f0ae-b49cbdff6e722a40203beea5a3cc5ce3c6448e72.zip
uClibc: enable xattr support to make feature sets of libc implementations closer to each other
Size increase is about 3-4k: this is how big xattr.os in uClibc after stripping is. Signed-off-by: Maxim Storchak <m.storchak@gmail.com> SVN-Revision: 47271
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/config-0.9.33.2/common2
-rw-r--r--toolchain/uClibc/config-ng-1.0.6/common2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/uClibc/config-0.9.33.2/common b/toolchain/uClibc/config-0.9.33.2/common
index b948d4bbb9..c26d22b2ce 100644
--- a/toolchain/uClibc/config-0.9.33.2/common
+++ b/toolchain/uClibc/config-0.9.33.2/common
@@ -187,7 +187,7 @@ UCLIBC_HAS_TZ_FILE_READ_MANY=y
# UCLIBC_HAS_UTMPX is not set
UCLIBC_HAS_WCHAR=y
UCLIBC_HAS_WORDEXP=y
-# UCLIBC_HAS_XATTR is not set
+UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_XLOCALE is not set
UCLIBC_HAS___PROGNAME=y
# UCLIBC_LINUX_MODULE_24 is not set
diff --git a/toolchain/uClibc/config-ng-1.0.6/common b/toolchain/uClibc/config-ng-1.0.6/common
index ddaf600e9a..fc43c6f573 100644
--- a/toolchain/uClibc/config-ng-1.0.6/common
+++ b/toolchain/uClibc/config-ng-1.0.6/common
@@ -192,7 +192,7 @@ UCLIBC_HAS_UTMPX=y
UCLIBC_HAS_UTMP=y
UCLIBC_HAS_WCHAR=y
UCLIBC_HAS_WORDEXP=y
-# UCLIBC_HAS_XATTR is not set
+UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_XLOCALE is not set
UCLIBC_HAS___PROGNAME=y
# UCLIBC_LINUX_MODULE_24 is not set