From c9e3acd27f6347b86927326f2a55a476277fcadc Mon Sep 17 00:00:00 2001 From: Rob White Date: Thu, 21 Mar 2024 20:39:24 +0000 Subject: [PATCH] mesh11sd: update to version 3.1.0 Maintainer: Rob White rob@blue-wave.net Compile tested: All Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, mips_24kc, aarch64_cortex-a53, x86-64 On 23.5 and master/snapshot. Description: mesh11sd (3.1.0) This release contains new functionality and numerous fixes. New functionality includes support of non-mesh segments of backhaul with blocking of bridge loops and spanning tree priority settable in the configuration Details can be found here: https://github.com/openNDS/mesh11sd/releases/tag/v3.1.0 Signed-off-by: Rob White (cherry picked from commit 4af9b69e1ba22a7406e20cdfb4982962e631fce4) --- mesh11sd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mesh11sd/Makefile b/mesh11sd/Makefile index e86674f..d35b848 100644 --- a/mesh11sd/Makefile +++ b/mesh11sd/Makefile @@ -2,13 +2,13 @@ # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. -# Copyright (C) 2022 BlueWave Projects and Services +# Copyright (C) 2022 - 2024 BlueWave Projects and Services # include $(TOPDIR)/rules.mk PKG_NAME:=mesh11sd -PKG_VERSION:=2.0.0 +PKG_VERSION:=3.1.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Rob White @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opennds/mesh11sd/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=741d219ea9c6fcb5e58771130c319c5b983274caf08f5c1cd5a458864e928649 +PKG_HASH:=841cec7484272155e1200edb354c8a76dc1416390dafd60bef2b8459fbf3ee21 PKG_BUILD_DIR:=$(BUILD_DIR)/mesh11sd-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk