bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -6,6 +6,10 @@ config BR2_PACKAGE_POSTGRESQL
# postgresql is unlikely to be used in a pure statically
# linked environment.
depends on !BR2_STATIC_LIBS
depends on !BR2_OPTIMIZE_FAST
select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBOPENSSL_ENABLE_CAST if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
help
PostgreSQL is a powerful, open source object-relational
database system.
@@ -19,6 +23,18 @@ config BR2_PACKAGE_POSTGRESQL
http://www.postgresql.org
if BR2_PACKAGE_POSTGRESQL
config BR2_PACKAGE_POSTGRESQL_FULL
bool "postgresql-full"
help
Build PostgreSQL, contrib, and documentation.
endif
comment "postgresql needs a toolchain w/ dynamic library, wchar"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
comment "postgresql can't be built with Optimize for fast"
depends on BR2_OPTIMIZE_FAST