mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-08 11:47:51 +08:00
Add remotecontrol plugin to selectable Olsrd2 plugins
This commit is contained in:
parent
22040963a5
commit
6b17ce6f61
@ -26,4 +26,10 @@
|
||||
The dlep_router plugin can receive linklayer metadata over the DLEP protocol.
|
||||
default n
|
||||
|
||||
config OONF_GENERIC_REMOTECONTROL
|
||||
bool "remotecontrol plugin enabled"
|
||||
help
|
||||
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
|
||||
|
||||
endmenu
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user