From 8c3b2308078d3795f1c0d6abc18ae9706f1cac09 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 26 Nov 2014 20:03:53 +0100 Subject: command: passwd: depend on CMD_LOGIN rather than selecting it Signed-off-by: Sascha Hauer --- commands/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/Kconfig b/commands/Kconfig index 9de7874e4c..391803d763 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1372,7 +1372,7 @@ config CMD_MENUTREE config CMD_PASSWD tristate - select CMD_LOGIN + depends on CMD_LOGIN prompt "passwd" help Set password -- cgit v1.2.3