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

@@ -2,14 +2,19 @@ config BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
bool
# see src/syscfg/
default y if \
BR2_aarch64 || BR2_aarch64_eb || BR2_arm || \
BR2_armeb || BR2_i386 || BR2_mips || \
BR2_mipsel || BR2_mips64 || BR2_mips64el || \
BR2_m68k || BR2_nios2 || BR2_powerpc || \
BR2_powerpc64 || BR2_powerpc64le || BR2_RISCV_64 || \
BR2_RISCV_32 || BR2_sh4 || BR2_sh4eb || \
BR2_sh4a || BR2_sh4aeb || BR2_sparc || \
BR2_sparc64 || BR2_x86_64
BR2_aarch64 || BR2_aarch64_be || \
BR2_arm || BR2_armeb || \
BR2_i386 || BR2_mips || \
BR2_mipsel || BR2_mips64 || \
BR2_mips64el || BR2_m68k || \
BR2_nios2 || BR2_or1k || \
BR2_powerpc || BR2_powerpc64 || \
BR2_powerpc64le || BR2_RISCV_64 || \
BR2_RISCV_32 || BR2_s390x || \
BR2_sh4 || BR2_sh4eb || \
BR2_sh4a || BR2_sh4aeb || \
BR2_sparc || BR2_sparc64 || \
BR2_x86_64
config BR2_PACKAGE_LIBGPG_ERROR
bool "libgpg-error"
@@ -23,7 +28,7 @@ config BR2_PACKAGE_LIBGPG_ERROR
config BR2_PACKAGE_LIBGPG_ERROR_SYSCFG
string
default "aarch64-unknown-linux-gnu" \
if BR2_aarch64 || BR2_aarch64_eb
if BR2_aarch64 || BR2_aarch64_be
default "arm-unknown-linux-gnueabi" \
if BR2_arm || BR2_armeb
default "i686-pc-linux-gnu" \
@@ -36,6 +41,8 @@ config BR2_PACKAGE_LIBGPG_ERROR_SYSCFG
if BR2_m68k
default "nios2-unknown-linux-gnu" \
if BR2_nios2
default "or1k-unknown-linux-gnu" \
if BR2_or1k
default "powerpc-unknown-linux-gnu" \
if BR2_powerpc
default "powerpc64-unknown-linux-gnu" \
@@ -44,6 +51,8 @@ config BR2_PACKAGE_LIBGPG_ERROR_SYSCFG
if BR2_RISCV_32
default "riscv64-unknown-linux-gnu" \
if BR2_RISCV_64
default "s390x-unknown-linux-gnu" \
if BR2_s390x
default "sh4-unknown-linux-gnu" \
if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
default "sparc-unknown-linux-gnu" \