Merge pull request #4942 from DocLM/gphoto2
[feed/packages.git] / net / fwknop / Config.in
1 #fwknop config
2 menu "Configuration"
3 depends on PACKAGE_fwknopd
4
5 config FWKNOPD_GPG
6 bool "Enable GPG support"
7 select PACKAGE_gnupg
8 default n
9
10 config FWKNOPD_NFQ_CAPTURE
11 bool "Enable netfilter_queue capture support (disables libpcap support)"
12 select PACKAGE_iptables-mod-nfqueue
13 default n
14
15
16 endmenu