aboutsummaryrefslogtreecommitdiffstats
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 21:42:13 +0100
commit44c827215d079daaea82d0b7e02049b04f345565 (patch)
tree966bbd169113c3cd738bb8c4ba9dd9f2a15754d3
parenteb156345419953a382cda233bffa4291f5cb78d8 (diff)
downloadupstream-44c827215d079daaea82d0b7e02049b04f345565.tar.gz
upstream-44c827215d079daaea82d0b7e02049b04f345565.tar.bz2
upstream-44c827215d079daaea82d0b7e02049b04f345565.zip
ethtool: fix PKG_CONFIG_DEPENDS
Add missing CONFIG_ prefix. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> (cherry picked from commit 41c19dd542973dbc1336ecceaa32777506933cdf)
-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 da0991c791..ab4fbf3d3c 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