Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old iw/iw-full compatibility check #1024

Merged

Conversation

a-gave
Copy link
Contributor

@a-gave a-gave commented May 8, 2023

This remove a compatibility check that search for iw and if not found select iw-full in prometheus related packages.
The iw package is listed since 18.06 https://openwrt.org/packages/index_owrt18_6/start

Instead this check cause a recursive-dependency error, and make the compiler fails.

tmp/.config-package.in:60497:error: recursive dependency detected!
tmp/.config-package.in:60497:	symbol PACKAGE_profile-calafou-indoor depends on PACKAGE_iw
tmp/.config-package.in:131539:	symbol PACKAGE_iw is selected by PACKAGE_kmod-cfg80211
tmp/.config-package.in:22741:	symbol PACKAGE_kmod-cfg80211 is selected by PACKAGE_kmod-batman-adv
tmp/.config-package.in:16661:	symbol PACKAGE_kmod-batman-adv is selected by PACKAGE_lime-proto-batadv
tmp/.config-package.in:61230:	symbol PACKAGE_lime-proto-batadv is selected by PACKAGE_profile-calafou-indoor
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"

@ilario ilario self-requested a review May 8, 2023 22:18
@ilario ilario merged commit 10e9bf6 into libremesh:master May 8, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants