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/toolchain/uClibc/config/armeb | |
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/toolchain/uClibc/config/armeb')
-rw-r--r-- | openwrt/toolchain/uClibc/config/armeb | 2 |
1 files changed, 1 insertions, 1 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 |