From 8aae02a7b1be3c7433fdee2a53fe50c6a68899fb Mon Sep 17 00:00:00 2001 From: Simon Wunderlich Date: Thu, 21 Apr 2016 14:24:14 +0200 Subject: [PATCH] alfred: bump version to 2016.1 From the CHANGELOG: * add support for master servers to receive push_data packets with foreign source addresses * various code cleanups * bugs squashed: - ignore invalid EUI64 addresses Signed-off-by: Simon Wunderlich --- alfred/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alfred/Makefile b/alfred/Makefile index 76340bb..2e117b3 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -11,9 +11,9 @@ include $(TOPDIR)/rules.mk # The latest alfred git hash in PKG_REV can be obtained from https://git.open-mesh.org/alfred.git # PKG_NAME:=alfred -PKG_VERSION:=2016.0 +PKG_VERSION:=2016.1 PKG_RELEASE:=0 -PKG_MD5SUM:=d5cc848f57f430a977e2f266d35d99c7 +PKG_MD5SUM:=0caefc13ba631cba93b84d7f5685e8d0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) -- 2.30.2