From: Eric Fahlgren Date: Fri, 2 Jan 2026 16:20:15 +0000 (-0800) Subject: package: ethtool: specify just one default variant X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21363%2Fhead;p=thirdparty%2Fopenwrt.git package: ethtool: specify just one default variant Inadvertently defining 'DEFAULT_VARIANT' on both ethool and ethtool-full variants resulted in $ make defconfig tmp/.config-package.in:121615:error: recursive dependency detected! tmp/.config-package.in:121615: symbol PACKAGE_ethtool-full is selected by PACKAGE_ethtool tmp/.config-package.in:121605: symbol PACKAGE_ethtool depends on PACKAGE_ethtool-full Fix this by simply undefining 'DEFAULT_VARIANT' on the ethtool-full variant, which is ugly, but expedient. Fixes: https://github.com/openwrt/openwrt/commit/f4fdb996 Signed-off-by: Eric Fahlgren Link: https://github.com/openwrt/openwrt/pull/21363 Signed-off-by: Robert Marko --- diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index 4d75b92d6fc..883954db223 100644 --- a/package/network/utils/ethtool/Makefile +++ b/package/network/utils/ethtool/Makefile @@ -43,6 +43,7 @@ define Package/ethtool-full PROVIDES:=ethtool DEPENDS:=+libmnl CONFLICTS:= + DEFAULT_VARIANT:= endef define Package/ethtool/description