[toolchain] uClibc: restore support of shadow passwords, but make it configurable
[openwrt/svn-archive/archive.git] / toolchain / Config.in
index ed5a939787f2f7c1e5194449f38177ce29dc6844..a36a0a87f4523d164afb45be119cc806e247c160 100644 (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