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_GENERIC_HTTP
+ bool "http plugin enabled"
+ help
+ The HTTP plugin allows HTTP access to all telnet commands.
+ default n
+
config OONF_OLSRV2_MPR
bool "MPR plugin enabled"
help
$(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,) \
+ $(if $(filter y,$(OONF_GENERIC_HTTP)),http,) \
))
CMAKE_OPTIONS=-D OONF_NO_WERROR:Bool=true \