From: Eric Fahlgren Date: Sun, 4 Jan 2026 17:35:11 +0000 (-0800) Subject: packages: ethtool: restore CONFLICTS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21388%2Fhead;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/21388 Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index 2086ce6a903..bbd558a27a5 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