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:
9924db5
)
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 19:53:31 +0000
(20:53 +0100)
Add missing CONFIG_ prefix.
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/network/utils/ethtool/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/ethtool/Makefile
b/package/network/utils/ethtool/Makefile
index d640930333bb7481dbb335797d8867abc1a84ce5..be9da7ff0b34c804064d99f9adb72aa5eee0d622 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