aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-01-07 20:52:23 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-01-07 20:52:23 +0100
commit9924db5b379722408c7343dbb3d6bf1be4cd1fec (patch)
treef8fa19104f6b7748e892aa0bea7fcc3269f93fd7 /package/network
parent2e3cf4500befa897ae0eec6f5643312f9b3f0a01 (diff)
downloadupstream-9924db5b379722408c7343dbb3d6bf1be4cd1fec.tar.gz
upstream-9924db5b379722408c7343dbb3d6bf1be4cd1fec.tar.bz2
upstream-9924db5b379722408c7343dbb3d6bf1be4cd1fec.zip
iperf: fix PKG_CONFIG_DEPENDS
Fix typo in PKG_CONFIG_DEPENDS and missing CONFIG_ prefix. Fixes: e98e046f06f3 ("iperf: Allow enabling multicast support") Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/iperf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iperf/Makefile b/package/network/utils/iperf/Makefile
index 5c84e1617d..d739b063ca 100644
--- a/package/network/utils/iperf/Makefile
+++ b/package/network/utils/iperf/Makefile
@@ -20,7 +20,7 @@ PKG_LICENSE:=BSD-3-Clause
PKG_BUILD_PARALLEL:=1
-PGK_CONFIG_DEPENDS:=IPERF_ENABLE_MULTICAST
+PKG_CONFIG_DEPENDS:=CONFIG_IPERF_ENABLE_MULTICAST
include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk