From 6f60b7afcdcbd255d87de07df8dc26ca390857cc Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 26 Jan 2008 20:07:47 +0000 Subject: uClibc: restore support of shadow passwords, but make it configurable SVN-Revision: 10276 --- toolchain/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain/Config.in') diff --git a/toolchain/Config.in b/toolchain/Config.in index ed5a939..a36a0a8 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -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 -- cgit v1.1