add basic uci support add optional gpg support signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
12 lines
155 B
Text
12 lines
155 B
Text
#fwknop config
|
|
menu "Configuration"
|
|
depends on PACKAGE_fwknopd
|
|
|
|
config FWKNOPD_GPG
|
|
bool "Enable GPG support"
|
|
select PACKAGE_gnupg
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|