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 | 6f60b7afcdcbd255d87de07df8dc26ca390857cc (patch) | |
tree | 82f3f6e860afadfb6d63ff7723ed7984b2a4f05e /toolchain/Config.in | |
parent | 9826bd89d8a408ce37fe04d86f48907074daa00e (diff) | |
download | mtk-20170518-6f60b7afcdcbd255d87de07df8dc26ca390857cc.zip mtk-20170518-6f60b7afcdcbd255d87de07df8dc26ca390857cc.tar.gz mtk-20170518-6f60b7afcdcbd255d87de07df8dc26ca390857cc.tar.bz2 |
uClibc: restore support of shadow passwords, but make it configurable
SVN-Revision: 10276
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 |