2015-05-08 03:39:22 +00:00
|
|
|
#fwknop config
|
|
|
|
menu "Configuration"
|
2020-12-14 02:27:06 +00:00
|
|
|
depends on PACKAGE_fwknopd || PACKAGE_fwknop
|
2015-05-08 03:39:22 +00:00
|
|
|
|
|
|
|
config FWKNOPD_GPG
|
|
|
|
bool "Enable GPG support"
|
|
|
|
select PACKAGE_gnupg
|
|
|
|
default n
|
|
|
|
|
2017-01-15 21:52:54 +00:00
|
|
|
config FWKNOPD_NFQ_CAPTURE
|
|
|
|
bool "Enable netfilter_queue capture support (disables libpcap support)"
|
|
|
|
select PACKAGE_iptables-mod-nfqueue
|
|
|
|
default n
|
2015-05-08 03:39:22 +00:00
|
|
|
|
|
|
|
endmenu
|