summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fahlgren2026-01-04 17:35:11 +0000
committerHauke Mehrtens2026-01-04 17:40:52 +0000
commit8630fa09c7b69817b160289e15d48acf66369bc7 (patch)
tree974fe94f475a995be9951eba8d17d484965777d8
parent6c9c641777a47fe565e43b19b7134ded66e11de4 (diff)
downloadopenwrt-8630fa09c7b69817b160289e15d48acf66369bc7.tar.gz
packages: ethtool: restore CONFLICTS
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>
-rw-r--r--package/network/utils/ethtool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile
index 2086ce6a90..bbd558a27a 100644
--- 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