You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
155 B

  1. #fwknop config
  2. menu "Configuration"
  3. depends on PACKAGE_fwknopd
  4. config FWKNOPD_GPG
  5. bool "Enable GPG support"
  6. select PACKAGE_gnupg
  7. default n
  8. endmenu