Warnings building firmware

I wanted to build new firmware for my router. I want to include WPA3 for it but it gives me some warnings.

WARNING: Makefile 'package/feeds/packages/nginx/Makefile' has a dependency on 'uwsgi-cgi-luci-support', which does not exist
WARNING: Makefile 'package/feeds/packages/nginx/Makefile' has a dependency on 'uwsgi-cgi-luci-support', which does not exist
tmp/.config-package.in:137905:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:137905:  symbol PACKAGE_vpn-policy-routing depends on PACKAGE_vpnbypass
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:137925:  symbol PACKAGE_vpnbypass depends on PACKAGE_vpn-policy-routing


*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

I did:

git pull
./scripts/feeds update -a
./scripts/feeds install -a

still have those warnings. I did not try to build. I am starting now.

Try to remove this from config file.

16:06 ~/openwrt cat .config | grep uwsgi
# CONFIG_PACKAGE_uwsgi is not set

Do i STILL need to remove it?

You can silently ignore this warning as long as you don´t want to build this package(s)!

1 Like