From 3dded42f05d1875fc3fa261dda06aab027b38622 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Wed, 6 Jul 2016 20:42:38 +0100 Subject: 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 --- package/network/utils/iftop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/utils/iftop/Makefile') diff --git a/package/network/utils/iftop/Makefile b/package/network/utils/iftop/Makefile index e4d0214..5a4cd8b 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 -- cgit v1.1