[olsr] Bump olsr version to 0.9.6.2
This patch bumps olsr version from 0.9.6.1 to 0.9.6.2 One major bugfix comes with the newer version, which is quite relevant for our Freifunk mesh network: the feature LinkQualityMult was not working in 0.9.6.1 and got fixed in the new version. Tested on 92 productive mesh nodes running current LEDE trunk . Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de>
This commit is contained in:
parent
0d1c5f77d4
commit
78049b46ac
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=olsrd
|
||||
PKG_VERSION:=0.9.6.1
|
||||
PKG_VERSION:=0.9.6.2
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/OLSR/olsrd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=v0.9.6.1
|
||||
PKG_SOURCE_VERSION:=v0.9.6.2
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=
|
||||
|
||||
|
|
Loading…
Reference in a new issue