projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9c641
)
packages: ethtool: restore CONFLICTS
author
Eric Fahlgren
<ericfahlgren@gmail.com>
Sun, 4 Jan 2026 17:35:11 +0000
(09:35 -0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 4 Jan 2026 17:40:52 +0000
(18:40 +0100)
Inadvertent removal of 'CONFLICTS' breaks kconfig selection.
Restore it.
Fixes: ded99c2984b2 ("treewide: add explicit default variant part 2")
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Link:
https://github.com/openwrt/openwrt/pull/21388
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/network/utils/ethtool/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/ethtool/Makefile
b/package/network/utils/ethtool/Makefile
index 2086ce6a903c8b8f8e5367fb05e3edd54a949f47..bbd558a27a538491f37acb1d2285fd27c2c3e3aa 100644
(file)
--- a/
package/network/utils/ethtool/Makefile
+++ b/
package/network/utils/ethtool/Makefile
@@
-36,6
+36,7
@@
endef
define Package/ethtool
$(call Package/ethtool/Default)
VARIANT:=tiny
+ CONFLICTS:=ethtool-full
DEFAULT_VARIANT:=1
endef