aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-01-07 20:53:31 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-01-07 20:53:31 +0100
commit41c19dd542973dbc1336ecceaa32777506933cdf (patch)
tree531b648981809aa5b36ea0dc23204faef8b79e83 /package
parent9924db5b379722408c7343dbb3d6bf1be4cd1fec (diff)
downloadupstream-41c19dd542973dbc1336ecceaa32777506933cdf.tar.gz
upstream-41c19dd542973dbc1336ecceaa32777506933cdf.tar.bz2
upstream-41c19dd542973dbc1336ecceaa32777506933cdf.zip
ethtool: fix PKG_CONFIG_DEPENDS
Add missing CONFIG_ prefix. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/ethtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile
index d640930333..be9da7ff0b 100644
--- a/package/network/utils/ethtool/Makefile
+++ b/package/network/utils/ethtool/Makefile
@@ -23,7 +23,7 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
-PKG_CONFIG_DEPENDS:=ETHTOOL_PRETTY_DUMP
+PKG_CONFIG_DEPENDS:=CONFIG_ETHTOOL_PRETTY_DUMP
include $(INCLUDE_DIR)/package.mk