Description
make menuconfig
出现循环依赖问题
openwrt@DESKTOP-0R64799:~/openwrt$ make menuconfig
Collecting package info: done
tmp/.config-package.in:100605:error: recursive dependency detected!
tmp/.config-package.in:100605: symbol PACKAGE_iptables is selected by PACKAGE_luci-app-passwall2_Iptables_Transparent_Proxy
tmp/.config-package.in:63453: symbol PACKAGE_luci-app-passwall2_Iptables_Transparent_Proxy default is visible depending on PACKAGE_firewall4
tmp/.config-package.in:346: symbol PACKAGE_firewall4 is selected by PACKAGE_luci-app-fchomo
tmp/.config-package.in:62341: symbol PACKAGE_luci-app-fchomo depends on PACKAGE_coreutils
tmp/.config-package.in:137756: symbol PACKAGE_coreutils is selected by PACKAGE_luci-app-bypass
tmp/.config-package.in:61742: symbol PACKAGE_luci-app-bypass depends on PACKAGE_iptables
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.