diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-22 01:31:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-22 01:31:21 +0000 |
commit | 4b8ebb5d50e942d5470daa8ae424b0b802b68b86 (patch) | |
tree | 6757f2097cd7c6eb897ae9aad815699ffecfc38f /package/network/utils/iperf3/Makefile | |
parent | a416029d4dee4625311b00e2d43be160558ae0d9 (diff) | |
download | mtk-20170518-4b8ebb5d50e942d5470daa8ae424b0b802b68b86.zip mtk-20170518-4b8ebb5d50e942d5470daa8ae424b0b802b68b86.tar.gz mtk-20170518-4b8ebb5d50e942d5470daa8ae424b0b802b68b86.tar.bz2 |
packages: remove uneeded PKG_BUILD_DIR overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44498
Diffstat (limited to 'package/network/utils/iperf3/Makefile')
-rw-r--r-- | package/network/utils/iperf3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/utils/iperf3/Makefile b/package/network/utils/iperf3/Makefile index 030c5f6..3d9c84a 100644 --- a/package/network/utils/iperf3/Makefile +++ b/package/network/utils/iperf3/Makefile @@ -11,7 +11,6 @@ PKG_NAME:=iperf PKG_VERSION:=3.0.11 PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.es.net/pub/iperf PKG_MD5SUM:=a3b2bed7961ba184566df3c3d47f96a6 |