package/php: move list of extensions after interface selection
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bb9340c70f
commit
c7fe584f2f
@ -9,8 +9,6 @@ config BR2_PACKAGE_PHP
|
||||
|
||||
if BR2_PACKAGE_PHP
|
||||
|
||||
source "package/php/Config.ext"
|
||||
|
||||
config BR2_PACKAGE_PHP_CLI
|
||||
bool
|
||||
|
||||
@ -66,4 +64,6 @@ config BR2_PACKAGE_PHP_SAPI_CLI_FPM
|
||||
|
||||
endchoice
|
||||
|
||||
source "package/php/Config.ext"
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user