Files
openwrt-packages/libs/libjcat/Config.in
Lukas Voegl d6a08b5ff1 libjcat: update to 0.2.3
- New CLI build option
- Enable ed25519 by default

Release notes: https://github.com/hughsie/libjcat/releases/tag/0.2.3

Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2025-09-09 22:02:07 +03:00

29 lines
451 B
Plaintext

menu "Select libjcat options"
depends on PACKAGE_libjcat
config LIBJCAT_CLI
bool "Command-line tool"
default n
help
Compile and install the libjcat cli tool
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 y
help
Compile libjcat with ed25519 support
endmenu