diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-15 16:43:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-15 16:43:41 +0000 |
commit | 025e9480cd1aaae874a4b10e1be32498431786cc (patch) | |
tree | d7c0a14af3af060843f9bfec902a78fcc55b0e03 /openwrt | |
parent | 82962cacd0f3f81f4980faa2018c94dc2ffd3f7c (diff) | |
download | mtk-20170518-025e9480cd1aaae874a4b10e1be32498431786cc.zip mtk-20170518-025e9480cd1aaae874a4b10e1be32498431786cc.tar.gz mtk-20170518-025e9480cd1aaae874a4b10e1be32498431786cc.tar.bz2 |
enable UCLIBC_HAS_WORDEXP, fixes pcmcia-cs (and possibly others) on mini_fo
SVN-Revision: 4792
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/toolchain/uClibc/config/armeb | 2 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/i386 | 2 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/mips | 2 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/mipsel | 2 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/powerpc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/toolchain/uClibc/config/armeb b/openwrt/toolchain/uClibc/config/armeb index ad01dc6..fa79695 100644 --- a/openwrt/toolchain/uClibc/config/armeb +++ b/openwrt/toolchain/uClibc/config/armeb @@ -139,7 +139,7 @@ UCLIBC_HAS_GNU_GETOPT=y # Big and Tall # UCLIBC_HAS_REGEX=y -# UCLIBC_HAS_WORDEXP is not set +UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y diff --git a/openwrt/toolchain/uClibc/config/i386 b/openwrt/toolchain/uClibc/config/i386 index e787c58..e258ffe 100644 --- a/openwrt/toolchain/uClibc/config/i386 +++ b/openwrt/toolchain/uClibc/config/i386 @@ -156,7 +156,7 @@ UCLIBC_HAS_GNU_GETOPT=y # Big and Tall # UCLIBC_HAS_REGEX=y -# UCLIBC_HAS_WORDEXP is not set +UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y diff --git a/openwrt/toolchain/uClibc/config/mips b/openwrt/toolchain/uClibc/config/mips index 3f1f3a7..ac30b59 100644 --- a/openwrt/toolchain/uClibc/config/mips +++ b/openwrt/toolchain/uClibc/config/mips @@ -141,7 +141,7 @@ UCLIBC_HAS_GNU_GETOPT=y # Big and Tall # UCLIBC_HAS_REGEX=y -# UCLIBC_HAS_WORDEXP is not set +UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y diff --git a/openwrt/toolchain/uClibc/config/mipsel b/openwrt/toolchain/uClibc/config/mipsel index acdb2aa..7a959e2 100644 --- a/openwrt/toolchain/uClibc/config/mipsel +++ b/openwrt/toolchain/uClibc/config/mipsel @@ -141,7 +141,7 @@ UCLIBC_HAS_GNU_GETOPT=y # Big and Tall # UCLIBC_HAS_REGEX=y -# UCLIBC_HAS_WORDEXP is not set +UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y diff --git a/openwrt/toolchain/uClibc/config/powerpc b/openwrt/toolchain/uClibc/config/powerpc index de1ffaa..d54443a 100644 --- a/openwrt/toolchain/uClibc/config/powerpc +++ b/openwrt/toolchain/uClibc/config/powerpc @@ -139,7 +139,7 @@ UCLIBC_HAS_GNU_GETOPT=y # Big and Tall # UCLIBC_HAS_REGEX=y -# UCLIBC_HAS_WORDEXP is not set +UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y |