From 57ee47d942029661dbc604243902290adb356e36 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sun, 4 Feb 2024 23:32:19 +0300 Subject: [PATCH] Add ZeroTier ti all SigmaStar ultimate configs --- br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig | 3 +++ br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig | 3 +++ br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig | 3 +++ br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig | 3 +++ br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig | 3 +++ br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig | 3 +++ br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig | 3 +++ br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig | 2 +- br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig | 3 +++ 9 files changed, 25 insertions(+), 1 deletion(-) diff --git a/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig index fff0432d..d177f69a 100644 --- a/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig @@ -98,6 +98,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig index 1ce45a1a..e9c16345 100644 --- a/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig @@ -98,6 +98,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig index 2f7bb5d6..a8f51368 100644 --- a/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig @@ -103,6 +103,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y # BR2_PACKAGE_RTL8192EU_OPENIPC is not set BR2_PACKAGE_SSW101B=y +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig index 69e7ef57..51d4da22 100644 --- a/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig @@ -103,6 +103,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y # BR2_PACKAGE_RTL8192EU_OPENIPC is not set BR2_PACKAGE_SSW101B=y +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig index 8db0b567..fea454b2 100644 --- a/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig @@ -103,6 +103,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y # BR2_PACKAGE_RTL8188EU is not set # BR2_PACKAGE_RTL8192EU_OPENIPC is not set +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig index a504fbeb..f8516b11 100644 --- a/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig @@ -102,6 +102,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y # BR2_PACKAGE_RTL8188EU is not set # BR2_PACKAGE_RTL8192EU_OPENIPC is not set +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig index ea67b03b..65f57393 100644 --- a/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig @@ -110,6 +110,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y # BR2_PACKAGE_RTL8192EU_OPENIPC is not set BR2_PACKAGE_RTL8188FU_OPENIPC=y +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set diff --git a/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig b/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig index 3b2a97ef..b5017429 100644 --- a/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc338q_fpv_defconfig @@ -78,7 +78,7 @@ BR2_PACKAGE_MAJESTIC_FONTS=y BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set -BR2_PACKAGE_WEBUI=y +# BR2_PACKAGE_WEBUI is not set # BR2_PACKAGE_MINI_SNMPD is not set # BR2_PACKAGE_MOTORS is not set BR2_PACKAGE_OPUS_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig index b993e1c7..9bd9dfbd 100644 --- a/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig @@ -104,6 +104,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y BR2_PACKAGE_RTL8733BU_OPENIPC=y +# ZEROTIER +BR2_PACKAGE_ZEROTIER_ONE=y + # Debug # BR2_PACKAGE_HOST_GDB is not set # BR2_PACKAGE_GDB is not set