mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
74a3da92b2
The php8 Makefile is already quite large. To improve readability, move config section to a separate 'Config.in' file. To ensure that the PHP8 option is only saved in '.config' if PHP8 has been selected for building. A depends on 'PACKAGE_php8' is added to the configuration option in the 'Config.in' file. Signed-off-by: Florian Eckert <fe@dev.tdt.de>