mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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>
(cherry picked from commit 7a78dc4a5d)
This commit is contained in:
parent
c80bae3c18
commit
107ac00404
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ define Package/ethtool-full
|
|||
PROVIDES:=ethtool
|
||||
DEPENDS:=+libmnl
|
||||
CONFLICTS:=
|
||||
DEFAULT_VARIANT:=
|
||||
endef
|
||||
|
||||
define Package/ethtool/description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue