mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 14:33:29 +08:00
php: fix s/EXIT/EXT/ typo in simplexml select
This commit is contained in:
parent
77b4f62415
commit
4cd1ceb76d
@ -45,7 +45,7 @@ config BR2_PACKAGE_PHP_EXT_LIBXML2
|
|||||||
config BR2_PACKAGE_PHP_EXT_SIMPLEXML
|
config BR2_PACKAGE_PHP_EXT_SIMPLEXML
|
||||||
bool "simplexml"
|
bool "simplexml"
|
||||||
depends on BR2_PACKAGE_PHP
|
depends on BR2_PACKAGE_PHP
|
||||||
select BR2_PACKAGE_PHP_EXIT_LIBXML2
|
select BR2_PACKAGE_PHP_EXT_LIBXML2
|
||||||
help
|
help
|
||||||
SimpleXML support
|
SimpleXML support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user