mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/*/Config.in: fix attributes order
... to follow the convention: type, default, depends on, select, help. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e2c4a687c7
commit
15b1b632d5
@ -5,9 +5,9 @@ config BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
|
|||||||
|
|
||||||
config BR2_PACKAGE_MONO_ARCH_SUPPORTS
|
config BR2_PACKAGE_MONO_ARCH_SUPPORTS
|
||||||
bool
|
bool
|
||||||
depends on BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
|
|
||||||
default y if (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
|
default y if (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
|
||||||
BR2_mipsel || BR2_powerpc || BR2_x86_64)
|
BR2_mipsel || BR2_powerpc || BR2_x86_64)
|
||||||
|
depends on BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
|
||||||
|
|
||||||
config BR2_PACKAGE_MONO
|
config BR2_PACKAGE_MONO
|
||||||
bool "mono"
|
bool "mono"
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
config BR2_PACKAGE_PHP
|
config BR2_PACKAGE_PHP
|
||||||
bool "php"
|
bool "php"
|
||||||
|
# PHP uses -export-dynamic, which breaks with elf2flt with a
|
||||||
|
# message like "ld.real: section .junk LMA [...,...] overlaps
|
||||||
|
# section .text LMA [...,...]"
|
||||||
|
depends on !BR2_BINFMT_FLAT
|
||||||
select BR2_PACKAGE_PHP_SAPI_CGI if \
|
select BR2_PACKAGE_PHP_SAPI_CGI if \
|
||||||
!BR2_PACKAGE_PHP_SAPI_APACHE && \
|
!BR2_PACKAGE_PHP_SAPI_APACHE && \
|
||||||
!BR2_PACKAGE_PHP_SAPI_CLI && \
|
!BR2_PACKAGE_PHP_SAPI_CLI && \
|
||||||
!BR2_PACKAGE_PHP_SAPI_FPM && \
|
!BR2_PACKAGE_PHP_SAPI_FPM && \
|
||||||
BR2_USE_MMU
|
BR2_USE_MMU
|
||||||
select BR2_PACKAGE_PHP_SAPI_CLI if !BR2_USE_MMU
|
select BR2_PACKAGE_PHP_SAPI_CLI if !BR2_USE_MMU
|
||||||
# PHP uses -export-dynamic, which breaks with elf2flt with a
|
|
||||||
# message like "ld.real: section .junk LMA [...,...] overlaps
|
|
||||||
# section .text LMA [...,...]"
|
|
||||||
depends on !BR2_BINFMT_FLAT
|
|
||||||
help
|
help
|
||||||
PHP is a widely-used general-purpose scripting
|
PHP is a widely-used general-purpose scripting
|
||||||
language that is especially suited for Web development
|
language that is especially suited for Web development
|
||||||
|
@ -191,8 +191,8 @@ config BR2_PACKAGE_SYSTEMD_MACHINED
|
|||||||
|
|
||||||
config BR2_PACKAGE_SYSTEMD_MYHOSTNAME
|
config BR2_PACKAGE_SYSTEMD_MYHOSTNAME
|
||||||
bool "enable myhostname NSS plugin"
|
bool "enable myhostname NSS plugin"
|
||||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs nss.h
|
|
||||||
default y
|
default y
|
||||||
|
depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs nss.h
|
||||||
help
|
help
|
||||||
nss-myhostname is a plug-in module for the GNU Name Service
|
nss-myhostname is a plug-in module for the GNU Name Service
|
||||||
Switch (NSS) functionality of the GNU C Library (glibc),
|
Switch (NSS) functionality of the GNU C Library (glibc),
|
||||||
@ -247,8 +247,8 @@ config BR2_PACKAGE_SYSTEMD_RANDOMSEED
|
|||||||
|
|
||||||
config BR2_PACKAGE_SYSTEMD_RESOLVED
|
config BR2_PACKAGE_SYSTEMD_RESOLVED
|
||||||
bool "enable resolve daemon"
|
bool "enable resolve daemon"
|
||||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs nss.h
|
|
||||||
default y
|
default y
|
||||||
|
depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs nss.h
|
||||||
help
|
help
|
||||||
systemd-resolved is a system service that provides network
|
systemd-resolved is a system service that provides network
|
||||||
name resolution to local applications. It implements a
|
name resolution to local applications. It implements a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user