summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-03-22 08:01:04 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2017-09-18 16:50:07 +0300
commita131f7cb69ae0c1e7b468bc914fd2b46a0dd3b69 (patch)
treec0bd72c3fc38e448c6dfd7811c77578a827cfab2
parent7f1359c14e60009a511f74a2f62d34b96deba417 (diff)
downloadmtk-20170518-a131f7cb69ae0c1e7b468bc914fd2b46a0dd3b69.zip
mtk-20170518-a131f7cb69ae0c1e7b468bc914fd2b46a0dd3b69.tar.gz
mtk-20170518-a131f7cb69ae0c1e7b468bc914fd2b46a0dd3b69.tar.bz2
utils/tcpdump: Rework URLs
Add actual mirror and use main site as last resport Source: http://www.tcpdump.org/mirrors.html Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> (cherry picked from commit fd95397ee33a34704771de2ab26a5910b1a88c6f) Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Conflicts: package/network/utils/tcpdump/Makefile
-rw-r--r--package/network/utils/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index 0eef00d..0883613 100644
--- a/package/network/utils/tcpdump/Makefile
+++ b/package/network/utils/tcpdump/Makefile
@@ -12,8 +12,8 @@ PKG_VERSION:=4.9.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \
- http://www.at.tcpdump.org/
+PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \
+ http://www.tcpdump.org/release/
PKG_HASH:=f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)