[pull] master from openwrt:master#630
Merged
pull[bot] merged 2 commits intoliudf0716:masterfrom Apr 2, 2026
Merged
Conversation
Remove PROVIDES from all OVS kernel packages. The provider- alternation logic in scripts/package-metadata.pl generates recursive Kconfig dependencies when kmod-openvswitch-intree provides kmod-openvswitch, because userspace packages (openvswitch, ovsd, ovn-host) that +depend on kmod-openvswitch get cross-referenced against the intree provider via PACKAGE_<provider> < PACKAGE_<requester> conditions. Verified locally: make defconfig produces zero OVS-related recursive dependency errors with PROVIDES removed entirely. The previous selective approach (keeping PROVIDES only for openvswitch-intree) did not resolve the userspace recursion. Users must install kmod-openvswitch-intree explicitly instead of relying on provider alternation. Fixes: openwrt/openwrt#22664 Signed-off-by: Joshua Klinesmith <joshuaklinesmith@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The fwupd Config.in menu depends on PACKAGE_fwupd-libs, making FWUPD_PLUGIN_FLASHROM implicitly depend on PACKAGE_fwupd-libs. But fwupd-libs has a conditional dependency on libflashrom gated by FWUPD_PLUGIN_FLASHROM, creating a circular dependency. Fix by removing the depends on PACKAGE_fwupd-libs guard from the Config.in menu and moving DEPENDS from Package/fwupd/Default into Package/fwupd-libs directly. The menu options are always visible in menuconfig but only take effect when fwupd-libs is selected. Co-developed-by: Florian Eckert <fe@dev.tdt.de> Signed-off-by: Joshua Klinesmith <joshuaklinesmith@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )