]> git.ipfire.org Git - thirdparty/openwrt.git/commit
package: ethtool: specify just one default variant 21363/head
authorEric Fahlgren <ericfahlgren@gmail.com>
Fri, 2 Jan 2026 16:20:15 +0000 (08:20 -0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 Jan 2026 16:49:56 +0000 (17:49 +0100)
commit7a78dc4a5d1edc63116b100ffe6c374913d128a8
tree8455e6b2f297a938717d73538f12e6db6f8033f9
parentf4fdb9964a1add146e0efdeba864a6478212a9fa
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 <ericfahlgren@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21363
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/network/utils/ethtool/Makefile