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/cris | |
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/cris')
-rw-r--r-- | toolchain/uClibc/config/cris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/config/cris b/toolchain/uClibc/config/cris index 389ba8af9a..f0071dc2b9 100644 --- a/toolchain/uClibc/config/cris +++ b/toolchain/uClibc/config/cris @@ -69,7 +69,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 |