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 | 5aa659055181ec92cfc1fb527f11dccb9d886792 (patch) | |
tree | c5d6b4da5e4acc0b79ee6e53eea3aab5dd3efecb /toolchain/uClibc/config/powerpc | |
parent | cbfe53b7f6ecbc9a60baae9e414d51280ef4b248 (diff) | |
download | upstream-5aa659055181ec92cfc1fb527f11dccb9d886792.tar.gz upstream-5aa659055181ec92cfc1fb527f11dccb9d886792.tar.bz2 upstream-5aa659055181ec92cfc1fb527f11dccb9d886792.zip |
[toolchain] uClibc: restore support of shadow passwords, but make it configurable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/config/powerpc')
-rw-r--r-- | toolchain/uClibc/config/powerpc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/uClibc/config/powerpc b/toolchain/uClibc/config/powerpc index f702bad78c..f0635a337a 100644 --- a/toolchain/uClibc/config/powerpc +++ b/toolchain/uClibc/config/powerpc @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -78,11 +78,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 |