summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-19 09:12:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-19 11:23:09 +0100
commitab82703aa2ebcd6d6cafac79c88435bab4630406 (patch)
tree08b054ea22cb9c30630c1cfda3fc451845c39db3
parent7a05ae65c8fa8b43e63c85f8c3ed8d4457711791 (diff)
downloadptxdist-ab82703aa2ebcd6d6cafac79c88435bab4630406.tar.gz
ptxdist-ab82703aa2ebcd6d6cafac79c88435bab4630406.tar.xz
openntpd: conflict with busybox ntpd
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/openntpd.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/openntpd.in b/rules/openntpd.in
index 493a6a708..44c79731f 100644
--- a/rules/openntpd.in
+++ b/rules/openntpd.in
@@ -6,6 +6,7 @@ menuconfig OPENNTPD
tristate
prompt "openntpd "
select ROOTFS_VAR_RUN
+ depends on !BUSYBOX_NTPD || ALLYES
help
This will install the BSD Open NTPD Daemon
OpenNTPD is a FREE, easy to use implementation of the
@@ -31,3 +32,6 @@ config OPENNTPD_STARTSCRIPT
endif
+comment "BusyBox' ntpd is selected!"
+ depends on BUSYBOX_NTPD
+