mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-09 23:34:51 +01:00
* add Makefile that adds Device.Firewall. and Device.NAT. tr181 data model objects as a micro service * add CONFIG_FIREWALLMNGR_PORT_TRIGGER option, which, when enabled includes support for Device.NAT.PortTrigger. object and selects appropriate kmod dependencies, and is enabled by default * copy port-trigger scripts to firewallmngr, as it might be archived in future
12 lines
214 B
Text
12 lines
214 B
Text
if PACKAGE_firewallmngr
|
|
|
|
menu "Configuration"
|
|
|
|
config FIREWALLMNGR_PORT_TRIGGER
|
|
bool "Include Device.NAT.PortTrigger"
|
|
default y
|
|
help
|
|
Set this option to include support for PortTrigger object.
|
|
|
|
endmenu
|
|
endif
|