From 854f07b830988f0daa89d553f398afabb4c32d39 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sun, 2 Jul 2023 22:37:29 +0300 Subject: [PATCH] Add simple onvif server to mini profiles --- br-ext-chip-hisilicon/configs/hi3516cv300_mini_defconfig | 1 + br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/br-ext-chip-hisilicon/configs/hi3516cv300_mini_defconfig b/br-ext-chip-hisilicon/configs/hi3516cv300_mini_defconfig index bb93b07d..87210302 100644 --- a/br-ext-chip-hisilicon/configs/hi3516cv300_mini_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516cv300_mini_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y BR2_PACKAGE_MICROBE_WEB=y # BR2_PACKAGE_MINI_SNMPD is not set BR2_PACKAGE_MOTORS=y +BR2_PACKAGE_ONVIF_SIMPLE_SERVER=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig b/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig index c0c2441a..dcc8a56a 100644 --- a/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y BR2_PACKAGE_MICROBE_WEB=y # BR2_PACKAGE_MINI_SNMPD is not set BR2_PACKAGE_MOTORS=y +BR2_PACKAGE_ONVIF_SIMPLE_SERVER=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set