From 4fee1e362dfc24034b2f5e0456e824880e404b22 Mon Sep 17 00:00:00 2001 From: Igor Zalatov Date: Fri, 29 Dec 2023 20:41:31 +0300 Subject: [PATCH] =?UTF-8?q?Disabling=20experimental=20MQTT=20in=20default?= =?UTF-8?q?=20hi3518ev200=20firmware=20due=20to=20la=E2=80=A6=20(#1219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig | 2 +- br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig index 0b9bad1d..90d96332 100644 --- a/br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig @@ -104,7 +104,7 @@ BR2_PACKAGE_WIREGUARD_LINUX_COMPAT=y BR2_PACKAGE_WIREGUARD_TOOLS=y # MQTT -BR2_PACKAGE_MOSQUITTO=y +# BR2_PACKAGE_MOSQUITTO is not set # BR2_PACKAGE_MOSQUITTO_BROKER is not set # FEATURES diff --git a/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig b/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig index c202d83a..49725c5d 100644 --- a/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3518ev200_mini_defconfig @@ -106,7 +106,7 @@ BR2_PACKAGE_WIREGUARD_LINUX_COMPAT=y BR2_PACKAGE_WIREGUARD_TOOLS=y # MQTT -BR2_PACKAGE_MOSQUITTO=y +# BR2_PACKAGE_MOSQUITTO is not set # BR2_PACKAGE_MOSQUITTO_BROKER is not set # FEATURES