summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen2003-10-03 03:26:05 +0200
committerEric Andersen2003-10-03 03:26:05 +0200
commit3f43ecc42800401ed2dec0c62db812f329bad875 (patch)
tree8e47a34c2541d242c45c0fe031b42f0bfd11b296
parentUpdate to non-vulnerable version (diff)
downloadbuildroot-3f43ecc42800401ed2dec0c62db812f329bad875.tar.gz
buildroot-3f43ecc42800401ed2dec0c62db812f329bad875.tar.xz
buildroot-3f43ecc42800401ed2dec0c62db812f329bad875.zip
enable ftw by default
-rw-r--r--sources/uClibc.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index abe2660b8..67b6d0ccb 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -104,7 +104,7 @@ UCLIBC_HAS_GNU_GETOPT=y
#
UCLIBC_HAS_REGEX=y
# UCLIBC_HAS_WORDEXP is not set
-# UCLIBC_HAS_FTW is not set
+UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y
#