From 0a9d22208a6723593154877e44f1dcda241f60e3 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Mon, 24 Jun 2019 09:16:26 +0200 Subject: [PATCH] bump l3roamd version * memory alignment fixes * fixes for uninitialized memory * fixes for neighbour detection (removal of neighbours) * scheduling fixes in taskqueue * schedule removal of nodes in NUD_PROBE --- net/l3roamd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/l3roamd/Makefile b/net/l3roamd/Makefile index 9d51165..a1d2f74 100644 --- a/net/l3roamd/Makefile +++ b/net/l3roamd/Makefile @@ -1,10 +1,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=l3roamd -PKG_SOURCE_DATE:=2019-05-26 +PKG_SOURCE_DATE:=2019-06-28 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/freifunk-gluon/l3roamd.git -PKG_SOURCE_VERSION=327a8fcdf34f6193b8144449a3ce3a96f78a5a24 +PKG_SOURCE_VERSION=e4fa8dc4d316ee9dadaced76ca833055db2af61e CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE:STRING=MINSIZEREL #CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE:STRING=Debug