mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] command: login: depend on !CONSOLE_NONE
@ 2014-11-27 13:33 Sascha Hauer
  2014-11-27 13:33 ` [PATCH 2/3] command: passwd: depend on CMD_LOGIN rather than selecting it Sascha Hauer
  2014-11-27 13:33 ` [PATCH 3/3] command: dmesg: depend on !CONSOLE_NONE Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2014-11-27 13:33 UTC (permalink / raw)
  To: barebox

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 commands/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/Kconfig b/commands/Kconfig
index 494a019..0c11209 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1262,6 +1262,7 @@ config CMD_EDIT
 config CMD_LOGIN
 	tristate
 	select PASSWORD
+	depends on !CONSOLE_NONE
 	prompt "login"
 	help
 	  Ask for a password
-- 
2.1.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-27 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27 13:33 [PATCH 1/3] command: login: depend on !CONSOLE_NONE Sascha Hauer
2014-11-27 13:33 ` [PATCH 2/3] command: passwd: depend on CMD_LOGIN rather than selecting it Sascha Hauer
2014-11-27 13:33 ` [PATCH 3/3] command: dmesg: depend on !CONSOLE_NONE Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox