0
0
mirror of https://github.com/openwrt/packages.git synced 2025-01-31 01:22:13 +00:00
packages/libs/libjcat/Config.in
Lukas Voegl 0cad8e8a7e libjcat: add package
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2024-09-24 07:14:20 -07:00

23 lines
344 B
Plaintext

menu "Select libjcat options"
depends on PACKAGE_libjcat
config LIBJCAT_GPG
bool "GPG"
default y
help
Compile libjcat with GPG support
config LIBJCAT_PKCS7
bool "PKCS #7"
default y
help
Compile libjcat with PKCS #7 support
config LIBJCAT_ED25519
bool "ed25519"
default n
help
Compile libjcat with ed25519 support
endmenu