瀏覽代碼

need fts support for firefox

Waldemar Brodkorb 12 年之前
父節點
當前提交
3d81783cef
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      target/arm/uclibc.config.big
  2. 1 1
      target/arm/uclibc.config.little

+ 1 - 1
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

+ 1 - 1
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