summaryrefslogtreecommitdiff
path: root/package/ntpclient/Makefile
diff options
context:
space:
mode:
authorTobias Breckle <tobias@breckle.net>2011-05-19 15:20:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-05-19 19:19:58 +0200
commit6e9a16f9deab677b03a6415ab9a06a689ee40e13 (patch)
tree03c2bc8e7abed29cad7c2aea2e08a24a45b126f5 /package/ntpclient/Makefile
parent94fe75948093692f2e79e9ec07bc17ae88ab9844 (diff)
updated package ntpclient to version 2010 and changed ntp startup default server to pool.ntp.org
Signed-off-by: Tobias Breckle <tobias@breckle.net>
Diffstat (limited to 'package/ntpclient/Makefile')
-rw-r--r--package/ntpclient/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/ntpclient/Makefile b/package/ntpclient/Makefile
index e5e1f88de..0bdf8efad 100644
--- a/package/ntpclient/Makefile
+++ b/package/ntpclient/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= ntpclient
-PKG_VERSION:= 2007_365
+PKG_VERSION:= 2010_365
PKG_RELEASE:= 2
-PKG_MD5SUM:= cb98711f11769cdd22fc592844cef414
+PKG_MD5SUM:= a64689398f2df8933ee0d8da246e9eaa
PKG_DESCR:= NTP client for setting system time from NTP servers
PKG_SECTION:= ntp
PKG_DEPENDS:= libpthread
@@ -14,14 +14,14 @@ PKG_URL:= http://doolittle.icarus.com/ntpclient/
PKG_SITES:= http://doolittle.icarus.com/ntpclient/
DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.tar.gz
-WRKDIST= ${WRKDIR}/${PKG_NAME}-2007
+WRKDIST= ${WRKDIR}/${PKG_NAME}-2010
PKG_FLAVOURS_NTPCLIENT:= STARTUP
PKGFD_STARTUP:= Fetch time on startup
PKG_FLAVOURS_STRING_NTPCLIENT:= HOST
PKGFD_HOST:= Fetch time from this NTP host
-PKGFX_HOST:= 0.de.pool.ntp.org
+PKGFX_HOST:= pool.ntp.org
PKGFC_HOST:= depends on ADK_PACKAGE_NTPCLIENT_STARTUP
include ${TOPDIR}/mk/package.mk