summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-19 09:12:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-19 11:23:09 +0100
commit7a05ae65c8fa8b43e63c85f8c3ed8d4457711791 (patch)
tree445befc857fa0abe44f31f30ff9e05e218a5099b
parent9b71402b8e17744b06e3b22282b47682632e46bd (diff)
downloadptxdist-7a05ae65c8fa8b43e63c85f8c3ed8d4457711791.tar.gz
ptxdist-7a05ae65c8fa8b43e63c85f8c3ed8d4457711791.tar.xz
ntp: conflict with busybox ntpd
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/ntp.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/ntp.in b/rules/ntp.in
index 0de5790c8..736cd291e 100644
--- a/rules/ntp.in
+++ b/rules/ntp.in
@@ -9,6 +9,7 @@ menuconfig NTP
select LIBC_RT
select GCCLIBS_GCC_S
select LIBMD
+ depends on !BUSYBOX_NTPD || ALLYES
help
Build the standard NTP Daemon Process and supplementary programs.
This conflicts with BSD openntpd.
@@ -259,3 +260,6 @@ endif
comment "NTP conflicts with OpenNTPD"
depends on NTP && OPENNTPD
+comment "BusyBox' ntpd is selected!"
+ depends on BUSYBOX_NTPD
+