mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
- 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>
29 lines
451 B
Plaintext
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
|