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

make defconfig循环依赖 #513

Open
PunkFleet opened this issue Nov 29, 2024 · 1 comment
Open

make defconfig循环依赖 #513

PunkFleet opened this issue Nov 29, 2024 · 1 comment

Comments

@PunkFleet
Copy link

我在原生的openwrt-23.05上的feeds.conf.default插入了openwrt-packages和small源地址,但得到了循环依赖的错误

$ make defconfig
Collecting package info: done
tmp/.config-package.in:121074:error: recursive dependency detected!
tmp/.config-package.in:121074:	symbol PACKAGE_wpad-mesh-openssl is selected by PACKAGE_luci-app-easymesh
tmp/.config-package.in:60759:	symbol PACKAGE_luci-app-easymesh depends on PACKAGE_libopenssl
tmp/.config-package.in:50378:	symbol PACKAGE_libopenssl is selected by PACKAGE_wpa-supplicant-mesh-openssl
tmp/.config-package.in:120548:	symbol PACKAGE_wpa-supplicant-mesh-openssl depends on PACKAGE_wpad-mesh-openssl
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"

#
# configuration written to .config
#

@jixiewang201907
Copy link

immwrt-23.05上的feeds.conf.default插入了openwrt-packages和small源地址,,同样到了循环依赖的错误

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

No branches or pull requests

2 participants