diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-04 21:24:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-04 21:24:53 +0000 |
commit | 16343a1309646822dca783ae50daf87837b93dd6 (patch) | |
tree | e2c7fca3b939ee15381ba199d216b24e18e89f91 /openwrt | |
parent | a65619daba35e782e6b207fb72d2a6bb06172d4a (diff) | |
download | mtk-20170518-16343a1309646822dca783ae50daf87837b93dd6.zip mtk-20170518-16343a1309646822dca783ae50daf87837b93dd6.tar.gz mtk-20170518-16343a1309646822dca783ae50daf87837b93dd6.tar.bz2 |
set missing md5sum
SVN-Revision: 2049
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/iptraf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/iptraf/Makefile b/openwrt/package/iptraf/Makefile index 3837ec8..83d3cac 100644 --- a/openwrt/package/iptraf/Makefile +++ b/openwrt/package/iptraf/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iptraf PKG_VERSION:=2.7.0 PKG_RELEASE:=1 -PKG_MD5SUM:= +PKG_MD5SUM:=7ff0bc933a0a57a4ca9e2b0443307539 PKG_SOURCE_URL:=ftp://iptraf.seul.org/pub/iptraf/ \ ftp://the.wiretapped.net/pub/security/network-monitoring/iptraf/ |