From 77f54eae453db4220547c4c17d29ff91351b06e0 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 26 Sep 2016 15:25:37 +0200 Subject: config: enable shadow passwords unconditionally Configurations without shadow passwords have been broken since the removal of telnet: as the default entry in /etc/passwd is not empty (but rather unset), there will be no way to log onto such a system by default. As disabling shadow passwords is not useful anyways, remove this configuration option. The config symbol is kept (for a while), as packages from feeds depend on it. Signed-off-by: Matthias Schiffer --- package/network/services/dropbear/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package') diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile index b80f4d5c81..41c66dd43c 100644 --- a/package/network/services/dropbear/Makefile +++ b/package/network/services/dropbear/Makefile @@ -66,7 +66,6 @@ CONFIGURE_ARGS += \ --disable-pam \ --enable-openpty \ --enable-syslog \ - $(if $(CONFIG_SHADOW_PASSWORDS),,--disable-shadow) \ --disable-lastlog \ --disable-utmpx \ $(if $(CONFIG_DROPBEAR_UTMP),,--disable-utmp) \ -- cgit v1.2.3