openntpd: fix Config.in comment dependency
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 6 Feb 2017 18:22:08 +0000 (19:22 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 6 Feb 2017 18:22:08 +0000 (19:22 +0100)
commit00f5c60b5bc33b30074d1f50af107b9eb29c780e
treed5ea65dc1d5e114df440adc79fab4b3f4508484e
parentc6f8088fdd56384fb9dc61ca31a0c1772acfde93
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>
package/openntpd/Config.in