projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c2674
)
ethtool: fix PKG_CONFIG_DEPENDS
author
Matthias Schiffer
<
[email protected]
>
Tue, 7 Jan 2020 19:53:31 +0000
(20:53 +0100)
committer
Matthias Schiffer
<
[email protected]
>
Tue, 7 Jan 2020 20:42:48 +0000
(21:42 +0100)
Add missing CONFIG_ prefix.
Signed-off-by: Matthias Schiffer <
[email protected]
>
(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 c328c6b0b89becab71895c136c1fad9b81bcb07a..c92492cfe4fc84df1fa90d39a0f8541334581ce3 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