summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-10-11 15:25:49 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-10-11 15:25:49 +0000
commite92c5b40a1d08af034cbd448d2e621d6d129a15e (patch)
tree1ad308d001351dade7251adfa2670b9e70ba5e29 /rules
parenta6777d3532523cda72a484d6b483bfddc6ded277 (diff)
downloadptxdist-e92c5b40a1d08af034cbd448d2e621d6d129a15e.tar.gz
ptxdist-e92c5b40a1d08af034cbd448d2e621d6d129a15e.tar.xz
fixed ntp
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6140 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/ntp.in2
-rw-r--r--rules/ntp.make2
-rw-r--r--rules/ntp_nonparse.in8
3 files changed, 10 insertions, 2 deletions
diff --git a/rules/ntp.in b/rules/ntp.in
index 71f570d89..66fa248fa 100644
--- a/rules/ntp.in
+++ b/rules/ntp.in
@@ -5,7 +5,7 @@ menuconfig NTP
bool
prompt "NTP "
select OPENSSL if NTP_CRYPTO
- depends on BROKEN
+ #depends on BROKEN
help
Build the standard NTP Daemon Process
This conflicts with BSD openntpd.
diff --git a/rules/ntp.make b/rules/ntp.make
index 2382d0b33..348368ce5 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_NTP) += ntp
#
# Paths and names
#
-NTP_VERSION = 4.2.0
+NTP_VERSION = 4.2.2p3
NTP = ntp-$(NTP_VERSION)
NTP_SUFFIX = tar.gz
NTP_URL = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$(NTP).$(NTP_SUFFIX)
diff --git a/rules/ntp_nonparse.in b/rules/ntp_nonparse.in
index d9cf0ddc0..7149cd19a 100644
--- a/rules/ntp_nonparse.in
+++ b/rules/ntp_nonparse.in
@@ -189,6 +189,10 @@ config NTP_TPRO
bool
prompt "KSI/Odetics TPRO/S GPS receiver/IRIG interface"
depends on NTP_ALL_CLOCKS
+ depends on BROKEN
+
+comment "KSI/Odetics TPRO/S GPS receiver/IRIG interface is broken, please send a patch"
+ depends on !BROKEN
config NTP_TRAK
bool
@@ -205,6 +209,10 @@ config NTP_TT560
bool
prompt "TrueTime 560 IRIG-B decoder"
depends on NTP_ALL_CLOCKS
+ depends on BROKEN
+
+ comment "TrueTime 560 IRIG-B decoder is broken, please send a patch"
+ depends on !BROKEN
config NTP_ULINK
bool