packages: ethtool: restore CONFLICTS

Inadvertent removal of 'CONFLICTS' breaks kconfig selection.
Restore it.

Fixes: ded99c2984 ("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>
This commit is contained in:
Eric Fahlgren
2026-01-04 18:40:52 +01:00
committed by Hauke Mehrtens
parent 6c9c641777
commit 8630fa09c7
+1
View File
@@ -36,6 +36,7 @@ endef
define Package/ethtool
$(call Package/ethtool/Default)
VARIANT:=tiny
CONFLICTS:=ethtool-full
DEFAULT_VARIANT:=1
endef