diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-09 22:34:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-09 22:34:08 +0100 |
commit | 3d81783cef897cc5de0aa433309c18a8fd88b062 (patch) | |
tree | 000768534d09f73aebc464b6a3ad0195518bcfb5 /target | |
parent | 30cb234a5405b1228ef8202d81b96d04af3c5758 (diff) |
need fts support for firefox
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/uclibc.config.big | 2 | ||||
-rw-r--r-- | target/arm/uclibc.config.little | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/arm/uclibc.config.big b/target/arm/uclibc.config.big index 51293a19b..6dacd4833 100644 --- a/target/arm/uclibc.config.big +++ b/target/arm/uclibc.config.big @@ -210,7 +210,7 @@ UCLIBC_HAS_FNMATCH=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y UCLIBC_HAS_FTW=y -# UCLIBC_HAS_FTS is not set +UCLIBC_HAS_FTS=y UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y # UCLIBC_HAS_UTMPX is not set diff --git a/target/arm/uclibc.config.little b/target/arm/uclibc.config.little index c388f5696..851ac0c06 100644 --- a/target/arm/uclibc.config.little +++ b/target/arm/uclibc.config.little @@ -210,7 +210,7 @@ UCLIBC_HAS_FNMATCH=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y UCLIBC_HAS_FTW=y -# UCLIBC_HAS_FTS is not set +UCLIBC_HAS_FTS=y UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y # UCLIBC_HAS_UTMPX is not set |