diff options
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/loginutils/Config.in b/package/busybox/config/loginutils/Config.in index 94bf32ba4f..8c32851a2b 100644 --- a/package/busybox/config/loginutils/Config.in +++ b/package/busybox/config/loginutils/Config.in @@ -20,7 +20,7 @@ config BUSYBOX_CONFIG_REMOVE_SHELL config BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS bool "Support for shadow passwords" - default n + default y help Build support for shadow password in /etc/shadow. This file is only readable by root and thus the encrypted passwords are no longer |