diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-01-26 20:07:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-01-26 20:07:47 +0000 |
commit | 6f60b7afcdcbd255d87de07df8dc26ca390857cc (patch) | |
tree | 82f3f6e860afadfb6d63ff7723ed7984b2a4f05e /toolchain/uClibc/config/mipsel | |
parent | 9826bd89d8a408ce37fe04d86f48907074daa00e (diff) | |
download | upstream-6f60b7afcdcbd255d87de07df8dc26ca390857cc.tar.gz upstream-6f60b7afcdcbd255d87de07df8dc26ca390857cc.tar.bz2 upstream-6f60b7afcdcbd255d87de07df8dc26ca390857cc.zip |
uClibc: restore support of shadow passwords, but make it configurable
SVN-Revision: 10276
Diffstat (limited to 'toolchain/uClibc/config/mipsel')
-rw-r--r-- | toolchain/uClibc/config/mipsel | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/uClibc/config/mipsel b/toolchain/uClibc/config/mipsel index 13dd6f90e4..998d2f1423 100644 --- a/toolchain/uClibc/config/mipsel +++ b/toolchain/uClibc/config/mipsel @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -89,11 +89,10 @@ LINUXTHREADS_OLD=y MALLOC_STANDARD=y MALLOC_GLIBC_COMPAT=y UCLIBC_DYNAMIC_ATEXIT=y -HAS_SHADOW=y COMPAT_ATEXIT=y # UCLIBC_SUSV3_LEGACY is not set UCLIBC_SUSV3_LEGACY_MACROS=y -# UCLIBC_HAS_SHADOW is not set +UCLIBC_HAS_SHADOW=y # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set UCLIBC_HAS___PROGNAME=y # UNIX98PTY_ONLY is not set |