From 0ea49f4a25807eee81122479fa3a4dd47ff95996 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 3 Nov 2006 10:42:29 +0000 Subject: [PATCH] Fix URL for dowloading, referering to git-svn-id: svn://svn.openwrt.org/openwrt/packages@5416 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ntpclient/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ntpclient/Makefile b/net/ntpclient/Makefile index 7bbec8aaa..1ba6adbd2 100644 --- a/net/ntpclient/Makefile +++ b/net/ntpclient/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=2003_194 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://doolittle.faludi.com/ntpclient +PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/ PKG_MD5SUM:=94e84d5c6023c5e1f3890b28d0a08c92 PKG_CAT:=zcat @@ -27,7 +27,7 @@ define Package/ntpclient TITLE:=NTP (Network Time Protocol) client DESCRIPTION:=\ NTP client for setting system time from NTP servers. - URL:=http://doolittle.faludi.com/ntpclient + URL:=http://doolittle.icarus.com/ntpclient/ endef define Build/Compile