aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iftop/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-16 15:49:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-10-16 15:49:49 +0000
commit511b09522b15e34d6bc9c90c736f45444f41175f (patch)
tree23869c0c9467f7daa372c7aaa2d4e85f615c3feb /package/network/utils/iftop/Makefile
parenta7fb4200cccec4f1e521b803044714901f7bc410 (diff)
downloadmaster-187ad058-511b09522b15e34d6bc9c90c736f45444f41175f.tar.gz
master-187ad058-511b09522b15e34d6bc9c90c736f45444f41175f.tar.bz2
master-187ad058-511b09522b15e34d6bc9c90c736f45444f41175f.zip
[package] iftop: update iftop to 1.0pre2
Most significantly, includes IPv6 support. This version forces libncurses, by patching the configure script, instead of allowing libncursesw, saving (~65k) image space. Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iftop/Makefile')
-rw-r--r--package/network/utils/iftop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iftop/Makefile b/package/network/utils/iftop/Makefile
index 9feb059148..b054ed1384 100644
--- a/package/network/utils/iftop/Makefile
+++ b/package/network/utils/iftop/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iftop
-PKG_VERSION:=0.17
-PKG_RELEASE:=2
+PKG_VERSION:=1.0pre2
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.ex-parrot.com/~pdw/iftop/download
-PKG_MD5SUM:=062bc8fb3856580319857326e0b8752d
+PKG_MD5SUM:=fef521a49ec0122458d02c64212af3c5
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>