Bandwidthd warning about dependency on php7 which does not exist

Since last week, when building OpenWRT (or running make menuconfig) a new warning started appearing about php7:

dsouza@dsouza00:~/src/openwrt/master$ make menuconfig
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7-cgi', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7-mod-gd', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7-mod-pdo', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7-mod-pdo-sqlite', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7-cgi', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7-mod-pgsql', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'php7-mod-gd', which does not exist


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

dsouza@dsouza00:~/src/openwrt/master$

Installing php 7.4 on the build machine did not solve this warinng.

The build completed without errors, but I have not yet checked/tested it yet on a target device.

I got same, no need to care it. I removed the all php7.... depenedencies from the bandwidth Makefile, and build passed.

1 Like