summaryrefslogtreecommitdiff
path: root/package/openntpd
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-06 19:22:08 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-06 19:22:08 +0100
commit00f5c60b5bc33b30074d1f50af107b9eb29c780e (patch)
treed5ea65dc1d5e114df440adc79fab4b3f4508484e /package/openntpd
parentc6f8088fdd56384fb9dc61ca31a0c1772acfde93 (diff)
openntpd: fix Config.in comment dependency
BR2_PACKAGE_OPENNTPD has a "depends on !BR2_PACKAGE_NTP" because the openntpd package conflicts with the ntp package. So the Config.in comment of openntpd should also not be visible when ntp is selected. Otherwise the comment will show up when the user has a non-NPTL toolchain, and once he enables NPTL support, the comment disappears, but the package option doesn't appear. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openntpd')
-rw-r--r--package/openntpd/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openntpd/Config.in b/package/openntpd/Config.in
index 1433b0979..1b856c03b 100644
--- a/package/openntpd/Config.in
+++ b/package/openntpd/Config.in
@@ -13,4 +13,5 @@ config BR2_PACKAGE_OPENNTPD
comment "openntpd needs a toolchain w/ NPTL"
depends on BR2_USE_MMU
+ depends on !BR2_PACKAGE_NTP
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL