diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-01-07 20:53:31 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-01-07 20:53:31 +0100 |
commit | 41c19dd542973dbc1336ecceaa32777506933cdf (patch) | |
tree | 531b648981809aa5b36ea0dc23204faef8b79e83 /package/network | |
parent | 9924db5b379722408c7343dbb3d6bf1be4cd1fec (diff) | |
download | upstream-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/network')
-rw-r--r-- | package/network/utils/ethtool/Makefile | 2 |
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 |