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 | 8d60a52b884cfe1a8d4ec7c6047daa08d710aa15 (patch) | |
tree | 7e632fbb2b21e338a180ffdbaf7c94dac41ffa9c /package/network/utils | |
parent | a304daee1f095070937c81253cfe132f4b9402c1 (diff) | |
download | upstream-8d60a52b884cfe1a8d4ec7c6047daa08d710aa15.tar.gz upstream-8d60a52b884cfe1a8d4ec7c6047daa08d710aa15.tar.bz2 upstream-8d60a52b884cfe1a8d4ec7c6047daa08d710aa15.zip |
packages: remove uneeded PKG_BUILD_DIR overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-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 030c5f62b8..3d9c84ae25 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 |