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> (cherry picked from commit8630fa09c7)
This commit is contained in:
committed by
Hauke Mehrtens
parent
eed0ab3e47
commit
66662fae91
@@ -36,6 +36,7 @@ endef
|
||||
define Package/ethtool
|
||||
$(call Package/ethtool/Default)
|
||||
VARIANT:=tiny
|
||||
CONFLICTS:=ethtool-full
|
||||
DEFAULT_VARIANT:=1
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user