X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bd82ddf487f8e405d021c83342fbe3fa92108c17..a7718efc64d985e1728c36e22fa39839e4deaea5:/openwrt/package/iftop/Makefile diff --git a/openwrt/package/iftop/Makefile b/openwrt/package/iftop/Makefile index 0ef547313..a42d58d52 100644 --- a/openwrt/package/iftop/Makefile +++ b/openwrt/package/iftop/Makefile @@ -1,9 +1,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iftop -PKG_VERSION:=0.17pre3 +PKG_VERSION:=0.17 PKG_RELEASE:=1 -PKG_MD5SUM:=6d80885e0ff642222c96bb7bd3e83f96 +PKG_MD5SUM:=062bc8fb3856580319857326e0b8752d PKG_SOURCE_URL:=http://www.ex-parrot.com/~pdw/iftop/download PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -55,7 +55,7 @@ $(PKG_BUILD_DIR)/.built: touch $@ $(IPKG_IFTOP): - mkdir -p $(IDIR_IFTOP)/usr/bin + install -d -m0755 $(IDIR_IFTOP)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/$(PKG_NAME) $(IDIR_IFTOP)/usr/bin/ $(STRIP) $(IDIR_IFTOP)/usr/bin/* $(IPKG_BUILD) $(IDIR_IFTOP) $(PACKAGE_DIR)