13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
|
#fwknop config
|
||
|
menu "Configuration"
|
||
|
depends on PACKAGE_fwknopd
|
||
|
|
||
|
config FWKNOPD_GPG
|
||
|
bool "Enable GPG support"
|
||
|
select PACKAGE_gnupg
|
||
|
default n
|
||
|
|
||
|
|
||
|
|
||
|
endmenu
|