From 66a8638de2f5d70e4b23c6fe29886ae7fbdc2a0b Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Mon, 20 May 2024 20:23:26 +0200 Subject: [PATCH] Configs: add divinus streamer to supported platforms (#1450) --- br-ext-chip-goke/configs/gk7202v300_lite_defconfig | 1 + br-ext-chip-goke/configs/gk7205v200_lite_defconfig | 1 + br-ext-chip-goke/configs/gk7205v200_ultimate_defconfig | 1 + br-ext-chip-goke/configs/gk7205v210_lite_defconfig | 1 + br-ext-chip-goke/configs/gk7205v300_lite_defconfig | 1 + br-ext-chip-goke/configs/gk7205v300_ultimate_defconfig | 1 + br-ext-chip-hisilicon/configs/hi3516ev200_lite_defconfig | 1 + br-ext-chip-hisilicon/configs/hi3516ev200_ultimate_defconfig | 1 + br-ext-chip-hisilicon/configs/hi3516ev300_lite_defconfig | 1 + br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc30kd_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc30kq_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc333_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc335_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc335de_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc337_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc337de_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc338q_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc377_lite_defconfig | 1 + br-ext-chip-sigmastar/configs/ssc378de_lite_defconfig | 1 + general/external.mk | 2 +- general/package/divinus/Config.in | 2 +- general/package/divinus/divinus.mk | 3 +++ 31 files changed, 33 insertions(+), 2 deletions(-) diff --git a/br-ext-chip-goke/configs/gk7202v300_lite_defconfig b/br-ext-chip-goke/configs/gk7202v300_lite_defconfig index 55857e32..74432e5e 100644 --- a/br-ext-chip-goke/configs/gk7202v300_lite_defconfig +++ b/br-ext-chip-goke/configs/gk7202v300_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-goke/configs/gk7205v200_lite_defconfig b/br-ext-chip-goke/configs/gk7205v200_lite_defconfig index d42c51c6..181ad3e0 100644 --- a/br-ext-chip-goke/configs/gk7205v200_lite_defconfig +++ b/br-ext-chip-goke/configs/gk7205v200_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-goke/configs/gk7205v200_ultimate_defconfig b/br-ext-chip-goke/configs/gk7205v200_ultimate_defconfig index 3284a9ea..7232f38a 100644 --- a/br-ext-chip-goke/configs/gk7205v200_ultimate_defconfig +++ b/br-ext-chip-goke/configs/gk7205v200_ultimate_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-goke/configs/gk7205v210_lite_defconfig b/br-ext-chip-goke/configs/gk7205v210_lite_defconfig index 35e44eb3..07f5d572 100644 --- a/br-ext-chip-goke/configs/gk7205v210_lite_defconfig +++ b/br-ext-chip-goke/configs/gk7205v210_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-goke/configs/gk7205v300_lite_defconfig b/br-ext-chip-goke/configs/gk7205v300_lite_defconfig index 9787ee05..5d1ccd44 100644 --- a/br-ext-chip-goke/configs/gk7205v300_lite_defconfig +++ b/br-ext-chip-goke/configs/gk7205v300_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-goke/configs/gk7205v300_ultimate_defconfig b/br-ext-chip-goke/configs/gk7205v300_ultimate_defconfig index 7c3034a6..ab7e5f57 100644 --- a/br-ext-chip-goke/configs/gk7205v300_ultimate_defconfig +++ b/br-ext-chip-goke/configs/gk7205v300_ultimate_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-hisilicon/configs/hi3516ev200_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3516ev200_lite_defconfig index fd058883..5a1e2c72 100644 --- a/br-ext-chip-hisilicon/configs/hi3516ev200_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516ev200_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-hisilicon/configs/hi3516ev200_ultimate_defconfig b/br-ext-chip-hisilicon/configs/hi3516ev200_ultimate_defconfig index b60737fb..1478e0df 100644 --- a/br-ext-chip-hisilicon/configs/hi3516ev200_ultimate_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516ev200_ultimate_defconfig @@ -89,6 +89,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-hisilicon/configs/hi3516ev300_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3516ev300_lite_defconfig index a65aacae..0739ae6f 100644 --- a/br-ext-chip-hisilicon/configs/hi3516ev300_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516ev300_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig b/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig index 64261c5b..c450eb5b 100644 --- a/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig @@ -91,6 +91,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_DIVINUS=y BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y diff --git a/br-ext-chip-sigmastar/configs/ssc30kd_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc30kd_lite_defconfig index d65a81cf..707358cf 100644 --- a/br-ext-chip-sigmastar/configs/ssc30kd_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc30kd_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig index 690f30b2..080a54a7 100644 --- a/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc30kd_ultimate_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc30kq_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc30kq_lite_defconfig index b674f25c..a8e724a2 100644 --- a/br-ext-chip-sigmastar/configs/ssc30kq_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc30kq_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig index fcfff958..006808de 100644 --- a/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc30kq_ultimate_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc333_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc333_lite_defconfig index 06be6e8f..00b79d26 100644 --- a/br-ext-chip-sigmastar/configs/ssc333_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc333_lite_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig index 72c817b7..f72523eb 100644 --- a/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc333_ultimate_defconfig @@ -87,6 +87,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc335_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc335_lite_defconfig index 1e53cc08..047b8691 100644 --- a/br-ext-chip-sigmastar/configs/ssc335_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc335_lite_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig index 085de7f5..45922702 100644 --- a/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc335_ultimate_defconfig @@ -87,6 +87,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc335de_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc335de_lite_defconfig index dceff365..17611c43 100644 --- a/br-ext-chip-sigmastar/configs/ssc335de_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc335de_lite_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig index f6a5279a..602e7d42 100644 --- a/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc335de_ultimate_defconfig @@ -87,6 +87,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc337_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc337_lite_defconfig index 05565ff1..1527c30d 100644 --- a/br-ext-chip-sigmastar/configs/ssc337_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc337_lite_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig index 66986ff8..e58ab328 100644 --- a/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc337_ultimate_defconfig @@ -87,6 +87,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc337de_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc337de_lite_defconfig index aa60a95e..69c202dc 100644 --- a/br-ext-chip-sigmastar/configs/ssc337de_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc337de_lite_defconfig @@ -84,6 +84,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig index 5f351cbd..3173e0fa 100644 --- a/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc337de_ultimate_defconfig @@ -93,6 +93,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc338q_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc338q_lite_defconfig index df2dc393..e065e7dc 100644 --- a/br-ext-chip-sigmastar/configs/ssc338q_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc338q_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig b/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig index 82f6b3c7..3abcdb38 100644 --- a/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig @@ -89,6 +89,7 @@ BR2_PACKAGE_DOSFSTOOLS=y BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc377_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc377_lite_defconfig index 42489829..286f1c66 100644 --- a/br-ext-chip-sigmastar/configs/ssc377_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc377_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/br-ext-chip-sigmastar/configs/ssc378de_lite_defconfig b/br-ext-chip-sigmastar/configs/ssc378de_lite_defconfig index 713ba5b6..63a347e2 100644 --- a/br-ext-chip-sigmastar/configs/ssc378de_lite_defconfig +++ b/br-ext-chip-sigmastar/configs/ssc378de_lite_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C=y BR2_PACKAGE_EXFAT_OPENIPC=y BR2_PACKAGE_EXFATPROGS=y +BR2_PACKAGE_DIVINUS=y # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_UACME_OPENIPC is not set BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/general/external.mk b/general/external.mk index cb5caa65..74b1408a 100644 --- a/general/external.mk +++ b/general/external.mk @@ -9,6 +9,6 @@ EXTERNAL_VENDOR := $(BR2_EXTERNAL)/../br-ext-chip-$(OPENIPC_SOC_VENDOR) OPENIPC_TOOLCHAIN := latest/$(shell $(BR2_EXTERNAL)/scripts/show_toolchains.sh $(BR2_DEFCONFIG)) OPENIPC_KERNEL := $(OPENIPC_SOC_VENDOR)-$(OPENIPC_SOC_FAMILY) -export WGET := wget --show-progress --passive-ftp -nd -t5 -T5 +export WGET := wget --show-progress --passive-ftp -nd -t5 -T10 include $(sort $(wildcard $(BR2_EXTERNAL)/package/*/*.mk)) diff --git a/general/package/divinus/Config.in b/general/package/divinus/Config.in index 66c416d9..aa579b70 100644 --- a/general/package/divinus/Config.in +++ b/general/package/divinus/Config.in @@ -2,4 +2,4 @@ config BR2_PACKAGE_DIVINUS bool "Divinus streamer" help Multi-platform open source streamer - https://openipc.org + https://github.com/openipc/divinus diff --git a/general/package/divinus/divinus.mk b/general/package/divinus/divinus.mk index 0b54da01..64f71f9c 100644 --- a/general/package/divinus/divinus.mk +++ b/general/package/divinus/divinus.mk @@ -20,6 +20,9 @@ define DIVINUS_BUILD_CMDS endef define DIVINUS_INSTALL_TARGET_CMDS + $(INSTALL) -m 755 -d $(TARGET_DIR)/etc + $(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/divinus.ini + $(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin $(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(@D)/divinus endef