From 66f2789019633ab8042d0318756d2ad6bef92639 Mon Sep 17 00:00:00 2001 From: gtxaspec Date: Wed, 4 Oct 2023 05:36:39 -0700 Subject: [PATCH] enable logcat package on t20/t31/t40 ultimate configs (#1019) --- br-ext-chip-ingenic/configs/t20_ultimate_defconfig | 1 + br-ext-chip-ingenic/configs/t31_ultimate_defconfig | 1 + br-ext-chip-ingenic/configs/t40_ultimate_defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/br-ext-chip-ingenic/configs/t20_ultimate_defconfig b/br-ext-chip-ingenic/configs/t20_ultimate_defconfig index d9d15dcc..47619bba 100644 --- a/br-ext-chip-ingenic/configs/t20_ultimate_defconfig +++ b/br-ext-chip-ingenic/configs/t20_ultimate_defconfig @@ -122,6 +122,7 @@ BR2_PACKAGE_ZEROTIER_ONE=y # BR2_PACKAGE_NABTO is not set # DEBUG +BR2_PACKAGE_LOGCAT_OPENIPC=y # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-ingenic/configs/t31_ultimate_defconfig b/br-ext-chip-ingenic/configs/t31_ultimate_defconfig index 03bbf38f..1761ce4c 100644 --- a/br-ext-chip-ingenic/configs/t31_ultimate_defconfig +++ b/br-ext-chip-ingenic/configs/t31_ultimate_defconfig @@ -128,6 +128,7 @@ BR2_PACKAGE_ZEROTIER_ONE=y # BR2_PACKAGE_NABTO is not set # DEBUG +BR2_PACKAGE_LOGCAT_OPENIPC=y # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-ingenic/configs/t40_ultimate_defconfig b/br-ext-chip-ingenic/configs/t40_ultimate_defconfig index 2632e103..73872cc8 100644 --- a/br-ext-chip-ingenic/configs/t40_ultimate_defconfig +++ b/br-ext-chip-ingenic/configs/t40_ultimate_defconfig @@ -119,6 +119,7 @@ BR2_PACKAGE_ZEROTIER_ONE=y # BR2_PACKAGE_NABTO is not set # DEBUG +BR2_PACKAGE_LOGCAT_OPENIPC=y # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set