From 3185f50ee2a5bac106e5961f57c57fb07f46edec Mon Sep 17 00:00:00 2001 From: Ihor Ivlev Date: Fri, 7 Mar 2025 14:07:23 +0100 Subject: [PATCH] Add adaptive link package to a generic place (#49) --- common/fpv/br-ext-chip-sigmastar/configs/ssc30kq_fpv_defconfig | 1 + common/fpv/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig | 1 + common/fpv/br-ext-chip-sigmastar/configs/ssc378qe_fpv_defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/common/fpv/br-ext-chip-sigmastar/configs/ssc30kq_fpv_defconfig b/common/fpv/br-ext-chip-sigmastar/configs/ssc30kq_fpv_defconfig index 9576e1b..c83a20f 100644 --- a/common/fpv/br-ext-chip-sigmastar/configs/ssc30kq_fpv_defconfig +++ b/common/fpv/br-ext-chip-sigmastar/configs/ssc30kq_fpv_defconfig @@ -43,6 +43,7 @@ BR2_OPENIPC_VARIANT="fpv" BR2_OPENIPC_FLASH_SIZE="16" # Packages +BR2_PACKAGE_ADAPTIVE_LINK=y BR2_PACKAGE_DROPBEAR_OPENIPC=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_IPCTOOL=y diff --git a/common/fpv/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig b/common/fpv/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig index 9fad1f5..224c486 100644 --- a/common/fpv/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig +++ b/common/fpv/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig @@ -48,6 +48,7 @@ BR2_OPENIPC_VARIANT="fpv" BR2_OPENIPC_FLASH_SIZE="16" # Packages +BR2_PACKAGE_ADAPTIVE_LINK=y BR2_PACKAGE_DROPBEAR_OPENIPC=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_IPCTOOL=y diff --git a/common/fpv/br-ext-chip-sigmastar/configs/ssc378qe_fpv_defconfig b/common/fpv/br-ext-chip-sigmastar/configs/ssc378qe_fpv_defconfig index a2162b7..c3ec040 100644 --- a/common/fpv/br-ext-chip-sigmastar/configs/ssc378qe_fpv_defconfig +++ b/common/fpv/br-ext-chip-sigmastar/configs/ssc378qe_fpv_defconfig @@ -43,6 +43,7 @@ BR2_OPENIPC_VARIANT="fpv" BR2_OPENIPC_FLASH_SIZE="16" # Packages +BR2_PACKAGE_ADAPTIVE_LINK=y BR2_PACKAGE_DROPBEAR_OPENIPC=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_IPCTOOL=y