mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] setserial: avoid conflict with busybox's setserial
@ 2014-10-20 13:05 Alexander Dahl
  2014-11-13 16:50 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2014-10-20 13:05 UTC (permalink / raw)
  To: ptxdist


Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 rules/setserial.in |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/setserial.in b/rules/setserial.in
index 9aebc51..7696486 100644
--- a/rules/setserial.in
+++ b/rules/setserial.in
@@ -1,6 +1,10 @@
 ## SECTION=shell_and_console
 config SETSERIAL
 	tristate
+	depends on !BUSYBOX_SETSERIAL || ALLYES
 	prompt "setserial"
 	help
 	  setserial - get/set Linux serial port information
+
+comment "BusyBox' setserial is selected!"
+	depends on BUSYBOX_SETSERIAL
-- 
1.7.10.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-20 13:05 [ptxdist] [PATCH] setserial: avoid conflict with busybox's setserial Alexander Dahl
2014-11-13 16:50 ` Michael Olbrich

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