Browse Source

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21388
Signed-off-by: Hauke Mehrtens <[email protected]>
Eric Fahlgren 2 months ago
parent
commit
8630fa09c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/network/utils/ethtool/Makefile

+ 1 - 0
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