From 25541d5f102a59281f2fa7973a2514a58d40b1f5 Mon Sep 17 00:00:00 2001 From: genofire Date: Tue, 11 Jun 2019 12:26:25 +0200 Subject: [PATCH] bump l3roamd to PR 59: Remove wired-clients by interpreting RTM_DELNEIGH --- net/l3roamd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/l3roamd/Makefile b/net/l3roamd/Makefile index 9cd1e50..f5c4f0e 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-25 +PKG_SOURCE_DATE:=2019-06-20 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL=https://github.com/freifunk-gluon/l3roamd.git -PKG_SOURCE_VERSION=31355f8ea44aeee9df02ce12f0424b31ad94cd2e +PKG_SOURCE_URL=https://github.com/christf/l3roamd.git +PKG_SOURCE_VERSION=0eabe2c4432e6f220890055b18521831f952a865 CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE:STRING=MINSIZEREL #CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE:STRING=Debug