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/x86_64 | |
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/x86_64')
-rw-r--r-- | toolchain/uClibc/config/x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/config/x86_64 b/toolchain/uClibc/config/x86_64 index 27c57a70f4..cb6b0224f2 100644 --- a/toolchain/uClibc/config/x86_64 +++ b/toolchain/uClibc/config/x86_64 @@ -65,7 +65,7 @@ UCLIBC_HAS_LFS=y MALLOC_STANDARD=y MALLOC_GLIBC_COMPAT=y UCLIBC_DYNAMIC_ATEXIT=y -HAS_SHADOW=y +UCLIBC_HAS_SHADOW=y # UNIX98PTY_ONLY is not set ASSUME_DEVPTS=y UCLIBC_HAS_TM_EXTENSIONS=y |