X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=oonf-olsrd2%2FMakefile;h=5a576d7dd52144d56059e85e2c423656d36bf353;hb=6b17ce6f61c7bf171610f7b360b6e42f3341c3dc;hp=69cd97bf7964a44d04571a20e421cae1e4332f41;hpb=22040963a5241a382a604e3ec7150c06b7972395;p=lede-routing%2F.git diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index 69cd97b..5a576d7 100644 --- a/oonf-olsrd2/Makefile +++ b/oonf-olsrd2/Makefile @@ -23,6 +23,7 @@ CMAKE_OPTIONAL_PLUGINS:= $(subst $(SPACE),;,$(strip \ $(if $(filter y,$(CONFIG_OONF_OLSRV2_LAN_IMPORT)),lan_import,) \ $(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,) \ )) CMAKE_OPTIONS=-D OONF_NO_WERROR:Bool=true \