From 09735e0a164d3c6a956ac7af41e5fe2516995aac Mon Sep 17 00:00:00 2001 From: Henning Rogge Date: Tue, 6 Jun 2017 16:47:27 +0200 Subject: [PATCH] Add v0.14.0 OONF --- oonf-dlep-proxy/Makefile | 4 ++-- oonf-dlep-radio/Makefile | 4 ++-- oonf-olsrd2/Config.in | 6 ++++++ oonf-olsrd2/Makefile | 5 +++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/oonf-dlep-proxy/Makefile b/oonf-dlep-proxy/Makefile index 2f36eaa..4b95171 100644 --- a/oonf-dlep-proxy/Makefile +++ b/oonf-dlep-proxy/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-dlep-proxy -PKG_VERSION:=0.13.0 -PKG_REV:=9f941b25e1ac806db9d41e9892a5cf361bfe98f5 +PKG_VERSION:=0.14.0 +PKG_REV:=9863631659b28df7f9e507786ffb77f0ab2ef58e PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-dlep-radio/Makefile b/oonf-dlep-radio/Makefile index ac1f19c..1f4b359 100644 --- a/oonf-dlep-radio/Makefile +++ b/oonf-dlep-radio/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-dlep-radio -PKG_VERSION:=0.13.0 -PKG_REV:=9f941b25e1ac806db9d41e9892a5cf361bfe98f5 +PKG_VERSION:=0.14.0 +PKG_REV:=9863631659b28df7f9e507786ffb77f0ab2ef58e PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-olsrd2/Config.in b/oonf-olsrd2/Config.in index 7cda518..8af701c 100644 --- a/oonf-olsrd2/Config.in +++ b/oonf-olsrd2/Config.in @@ -32,4 +32,10 @@ The remotecontrol plugin allows you to control configuration and logging over the telnet plugin. Be careful not to open this functionality over the network without securing it. default n + config OONF_OLSRV2_MPR + bool "MPR plugin enabled" + help + The MPR plugin reduce the routing graph to limit the overhead of the OLSRv2 protocol + default n + endmenu diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index 9b8e988..d77c530 100644 --- a/oonf-olsrd2/Makefile +++ b/oonf-olsrd2/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-olsrd2 -PKG_VERSION:=0.13.0 -PKG_REV:=9f941b25e1ac806db9d41e9892a5cf361bfe98f5 +PKG_VERSION:=0.14.0 +PKG_REV:=9863631659b28df7f9e507786ffb77f0ab2ef58e PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -24,6 +24,7 @@ CMAKE_OPTIONAL_PLUGINS:= $(subst $(SPACE),;,$(strip \ $(if $(filter y,$(CONFIG_OONF_OLSRV2_ROUTE_MODIFIER)),route_modifier,) \ $(if $(filter y,$(CONFIG_OONF_GENERIC_DLEP_ROUTER)),dlep_router,) \ $(if $(filter y,$(CONFIG_OONF_GENERIC_REMOTECONTROL)),remotecontrol,) \ + $(if $(filter y,$(CONFIG_OONF_OLSRV2_MPR)),mpr,) \ )) CMAKE_OPTIONS=-D OONF_NO_WERROR:Bool=true \ -- 2.30.2