diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-06-02 19:47:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-06-02 19:47:41 +0000 |
commit | 632694c4f6af61727d2153a5bc9dae507dfeb645 (patch) | |
tree | 3a3d54ac2917e382827df172a6277ffbf522d7de /toolchain/eglibc/config | |
parent | fa244a12659a05cd1668059381d3fd67c01988aa (diff) | |
download | mtk-20170518-632694c4f6af61727d2153a5bc9dae507dfeb645.zip mtk-20170518-632694c4f6af61727d2153a5bc9dae507dfeb645.tar.gz mtk-20170518-632694c4f6af61727d2153a5bc9dae507dfeb645.tar.bz2 |
fix eglibc INET_ANL option selection
SVN-Revision: 21660
Diffstat (limited to 'toolchain/eglibc/config')
-rw-r--r-- | toolchain/eglibc/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in index 72230a3..d427c73 100644 --- a/toolchain/eglibc/config/Config.in +++ b/toolchain/eglibc/config/Config.in @@ -444,7 +444,7 @@ config EGLIBC_OPTION_EGLIBC_INET_ANL bool "Asynchronous name lookup" default y depends EGLIBC_VERSION_2_12 - select OPTION_EGLIBC_INET + select EGLIBC_OPTION_EGLIBC_INET help This option group includes the `libanl' library which provides support for asynchronous name lookup. |