From: Florian Fainelli Date: Wed, 2 Jun 2010 19:47:41 +0000 (+0000) Subject: fix eglibc INET_ANL option selection X-Git-Tag: reboot~19739 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=632694c4f6af61727d2153a5bc9dae507dfeb645 fix eglibc INET_ANL option selection SVN-Revision: 21660 --- diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in index 72230a318e..d427c73384 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.