packages: ethtool: restore CONFLICTS
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run

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 09:35:11 -08:00 committed by Hauke Mehrtens
parent 6c9c641777
commit 8630fa09c7

View file

@ -36,6 +36,7 @@ endef
define Package/ethtool
$(call Package/ethtool/Default)
VARIANT:=tiny
CONFLICTS:=ethtool-full
DEFAULT_VARIANT:=1
endef