uClibc: restore support of shadow passwords, but make it configurable

SVN-Revision: 10276
This commit is contained in:
Gabor Juhos
2008-01-26 20:07:47 +00:00
parent 9826bd89d8
commit 6f60b7afcd
12 changed files with 23 additions and 21 deletions

View File

@@ -27,6 +27,13 @@ config LARGEFILE
help
Enable large file (files > 2 GB) support
config SHADOW_PASSWORDS
bool
prompt "Enable shadow password support?" if TOOLCHAINOPTS
default y
help
Enable shadow password support.
config SOFT_FLOAT
bool
prompt "Use software floating point by default" if TOOLCHAINOPTS