summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iftop/Makefile
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2016-07-06 20:42:38 +0100
committerJohn Crispin <john@phrozen.org>2016-07-11 14:19:47 +0200
commit3dded42f05d1875fc3fa261dda06aab027b38622 (patch)
tree5dc813bb61eda333ebbe2b963a88290d0c827066 /package/network/utils/iftop/Makefile
parentef3c0cf5904e87d8b1db944f52a0c5b6245c670b (diff)
downloadmaster-31e0f0ae-3dded42f05d1875fc3fa261dda06aab027b38622.tar.gz
master-31e0f0ae-3dded42f05d1875fc3fa261dda06aab027b38622.tar.bz2
master-31e0f0ae-3dded42f05d1875fc3fa261dda06aab027b38622.zip
iftop: fix mac address display
iftop would display portions of mac address with large ffffff prefixes. Make if_hw_addr type consistent. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/utils/iftop/Makefile')
-rw-r--r--package/network/utils/iftop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iftop/Makefile b/package/network/utils/iftop/Makefile
index e4d0214f9a..5a4cd8b3d3 100644
--- a/package/network/utils/iftop/Makefile
+++ b/package/network/utils/iftop/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=iftop
PKG_VERSION:=1.0pre4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.ex-parrot.com/~pdw/iftop/download