diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-11-22 15:30:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-11-22 15:30:11 +0000 |
commit | 31596ddc018e8cee47401ab9c157381cca0e0777 (patch) | |
tree | a9ebdac41dbd5fb5a736a5d4807b59b7f73a15e0 /toolchain | |
parent | 318140c20958f7594e3c46244acafa6fe0ccbdd1 (diff) | |
download | upstream-31596ddc018e8cee47401ab9c157381cca0e0777.tar.gz upstream-31596ddc018e8cee47401ab9c157381cca0e0777.tar.bz2 upstream-31596ddc018e8cee47401ab9c157381cca0e0777.zip |
eglibc: fix wrong config symbol name if library configuration submenu
SVN-Revision: 18479
Diffstat (limited to 'toolchain')
-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 0eb925fac3..82d04cdb03 100644 --- a/toolchain/eglibc/config/Config.in +++ b/toolchain/eglibc/config/Config.in @@ -227,7 +227,7 @@ config EGLIBC_OPTION_EGLIBC_FSTAB getfsent setfsent getfsfile -config OPTION_EGLIBC_FTRAVERSE +config EGLIBC_OPTION_EGLIBC_FTRAVERSE bool "Functions for traversing file hierarchies" default y depends EGLIBC_VERSION_2_10 |