Hello gurus,
I am using TIP OpenWiFi code to compile an AP for the edgecore_ eap101 model.
I followed the steps on the TIP OpenWiFi official website, https://github.com/Telecominfraproject/wlan-ap ,
When I reached the second step:./scripts/gen_config.py edgecore_eap101, an error occurs during the generation of. config. Below, I have shown some error logs.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/feeds/ipq807x/qca-nss-clients/Makefile' has a dependency on 'kmod-qca-nss-cfi-cryptoapi', which does not exist
tmp/.config-package.in:21609: symbol PACKAGE_kmod-cfg80211 is selected by PACKAGE_kmod-mac80211
tmp/.config-package.in:21636: symbol PACKAGE_kmod-mac80211 is selected by PACKAGE_ucode-mod-nl80211
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:15761:error: recursive dependency detected!
tmp/.config-package.in:15761: symbol PACKAGE_kmod-bonding is selected by PACKAGE_kmod-qca-nss-drv-lag-mgr
tmp/.config-package.in:15040: symbol PACKAGE_kmod-qca-nss-drv-lag-mgr depends on PACKAGE_kmod-bonding
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The attachment is a detailed log of my operation process
I didn't encounter this issue when compiling with the same code a week ago. What is the reason for this error now? Please help me
Thank you in advance[file:///C:/Users/luzhe/Desktop/openwifi-setup.log](file:///C:/Users/luzhe/Desktop/openwifi-setup.log)