From: Rob White Date: Sun, 15 Feb 2026 15:22:23 +0000 (+0000) Subject: mesh11sd: update to version 6.2.0 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6a5019a37b60cfee037877c28e8b91d686f52741;p=feed%2Frouting.git mesh11sd: update to version 6.2.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; On 24.10, 25.12 and master/snapshot. Description: mesh11sd (6.2.0) This is a major new release with significant new functionality. It includes: * Add three dimensional meshnode mobility support. Stable connectivity with intra-mesh relative velocities (3dRV) of 1.5 m/s or greater is supported. * Add Access Point usage data collection from all mesh peers in a centralised database residing on the mesh portal (apmond) * Add Comprehensive wireless chipset capability discovery (wifi-chipset-detect) The full changelog can be seen here: https://github.com/openNDS/mesh11sd/blob/v6.2.0/ChangeLog Signed-off-by: Rob White --- diff --git a/mesh11sd/Makefile b/mesh11sd/Makefile index 665028d..6a09222 100644 --- a/mesh11sd/Makefile +++ b/mesh11sd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mesh11sd -PKG_VERSION:=5.1.3 +PKG_VERSION:=6.2.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:=aad1087b2b3e739293188896e1809727a9a4c4046aba2fb70f9d6d6042d92e9d +PKG_HASH:=89117cc65c6661cc22829e248cc5ee7e9fce6a341d2dbe54bfd1a7d95f9cef31 include $(INCLUDE_DIR)/package.mk