projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250290d
)
ethtool: fix PKG_CONFIG_DEPENDS
author
Matthias Schiffer
<mschiffer@universe-factory.net>
Tue, 7 Jan 2020 19:53:31 +0000
(20:53 +0100)
committer
RISCi_ATOM
<bob@bobcall.me>
Thu, 16 Jan 2020 17:26:49 +0000
(12:26 -0500)
Add missing CONFIG_ prefix.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit
41c19dd542973dbc1336ecceaa32777506933cdf
)
package/network/utils/ethtool/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/ethtool/Makefile
b/package/network/utils/ethtool/Makefile
index da0991c7915080d7c53aca3dcfececf6a969b8ed..ab4fbf3d3cdda8a7b3bbc8b081ca2e588e375fe1 100644
(file)
--- 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