From 8630fa09c7b69817b160289e15d48acf66369bc7 Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Sun, 4 Jan 2026 09:35:11 -0800 Subject: [PATCH] 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 --- package/network/utils/ethtool/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3