From 23fa5cf1f920e8ca671e57bc5af6c11d461f4159 Mon Sep 17 00:00:00 2001 From: Huang jinlong <33887488+longcat99@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:13:55 +0800 Subject: [PATCH] Update ssc338q_fpv_defconfig --- br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig b/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig index a788431e..8c681f19 100644 --- a/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig @@ -18,7 +18,8 @@ BR2_TOOLCHAIN_EXTERNAL_CXX=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_KERNEL).tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/longcat99/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/infinity6e-ssc012b.config" BR2_LINUX_KERNEL_UIMAGE=y