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:
Yann E. MORIN 2016-07-04 11:24:26 +02:00 committed by Thomas Petazzoni
parent bb9340c70f
commit c7fe584f2f

View File

@ -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