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:48 +0100
commitab9d1bf608170c17dd8a372bc42806b9703a20ce (patch)
tree437540df384a7c64adc413138ee87095b09e8d27
parent46c267422502d0ab69e4ae6d9611de2cd8c76151 (diff)
downloadupstream-ab9d1bf608170c17dd8a372bc42806b9703a20ce.tar.gz
upstream-ab9d1bf608170c17dd8a372bc42806b9703a20ce.tar.bz2
upstream-ab9d1bf608170c17dd8a372bc42806b9703a20ce.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 c328c6b0b8..c92492cfe4 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