aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-01-26 20:07:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-01-26 20:07:47 +0000
commit5aa659055181ec92cfc1fb527f11dccb9d886792 (patch)
treec5d6b4da5e4acc0b79ee6e53eea3aab5dd3efecb /toolchain/Config.in
parentcbfe53b7f6ecbc9a60baae9e414d51280ef4b248 (diff)
downloadupstream-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/Config.in')
-rw-r--r--toolchain/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index ed5a939787..a36a0a87f4 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