From 1014cbb5440c582f292e2abbabbf62aa89760689 Mon Sep 17 00:00:00 2001 From: cronyx Date: Sat, 20 Jan 2024 18:50:07 +0300 Subject: [PATCH] sync t20 t21 configs --- .../configs/t20_ultimate_azarton-c1_defconfig | 6 +++--- .../configs/t21_lite_wansview-q5-1080p_defconfig | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig b/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig index acce824..c107e86 100644 --- a/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig +++ b/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig @@ -27,16 +27,16 @@ BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_SOC_VENDOR)-t31.tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t21/kernel/t20.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t20/kernel/t20.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y # OpenIPC BR2_OPENIPC_SOC_VENDOR="ingenic" BR2_OPENIPC_SOC_MODEL="t20" -BR2_OPENIPC_SOC_FAMILY="t21" +BR2_OPENIPC_SOC_FAMILY="t20" BR2_OPENIPC_FLAVOR="ultimate" BR2_OPENIPC_FLASH_SIZE="16" diff --git a/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig b/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig index 19c26c3..b915721 100644 --- a/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig +++ b/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig @@ -27,7 +27,7 @@ BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_SOC_VENDOR)-t31.tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t21/kernel/t21.generic.config" BR2_LINUX_KERNEL_UIMAGE=y