lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (304B)


      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