Skip to content

Commit 9eda32a

Browse files
bluewavenetBKPepe
authored andcommitted
mesh11sd: update to version 5.1.0
This is a minor release, with some minor fixes. It introduces some new functionality, including the following: * Add - option mesh_phyindex to force selection of phy for mesh interface * Add - footnote links to README.md, using double spaces for newlines * Add - auto leechmode to mesh path stabilisation * Add - mesh_leechmode sets mesh_max_peerlinks to 1 * Add - restart opennds captive portal if it is installed and running when mesh11sd starts, to sync the nftables rulesets of both packages. The full changelog can be seen here: https://github.com/openNDS/mesh11sd/blob/v5.1.0/ChangeLog Signed-off-by: Rob White <[email protected]>
1 parent a98c2bb commit 9eda32a

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.0.1
11+
PKG_VERSION:=5.1.0
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:=db06bc633c2f7221ab72ec9a6761f078ec84a0d117eb9c4bff8b5a0007745252
20+
PKG_HASH:=3d28d0f660bcefe065c346b4b5a144b6b05010a61f0b10e5ab78066fa7c6b941
2121

2222
include $(INCLUDE_DIR)/package.mk
2323

0 commit comments

Comments
 (0)