Skip to content

Commit 303e439

Browse files
committed
mesh11sd: update to version 5.1.3
Maintainer: Rob White [email protected] Compile tested: All Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, mips_24kc, aarch64_cortex-a53; On 23.5, 24.10 and master/snapshot. Description: mesh11sd (5.1.3) This is a minor bugfix release. It includes: * Fix when converting from/to local administered mac if the first octet is 0 * Fix and improve detection of portal state changes * Ensure dhcp is disabled on vtunnel when changing to peer mode The full changelog can be seen here: https://github.com/openNDS/mesh11sd/blob/v5.1.3/ChangeLog Signed-off-by: Rob White <[email protected]> (cherry picked from commit 02f8722)
1 parent 6d20f86 commit 303e439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesh11sd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=mesh11sd
11-
PKG_VERSION:=5.1.2
11+
PKG_VERSION:=5.1.3
1212
PKG_RELEASE:=1
1313

1414
PKG_MAINTAINER:=Rob White <[email protected]>
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE
1717

1818
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1919
PKG_SOURCE_URL:=https://codeload.github.com/opennds/mesh11sd/tar.gz/v$(PKG_VERSION)?
20-
PKG_HASH:=9cf25ca9cbc54d0c57ceca671634ef1835f6975668287e8eb6712fe4ce8f70ba
20+
PKG_HASH:=aad1087b2b3e739293188896e1809727a9a4c4046aba2fb70f9d6d6042d92e9d
2121

2222
include $(INCLUDE_DIR)/package.mk
2323

0 commit comments

Comments
 (0)