ffc503fab7
Adds the gocryptfs encrypted FUSE filesystem. Currently uses without_openssl build tag, to use the native Go cryptography. However, the package could be improved by conditionally enabling openssl if it is also configured to be built by Buildroot. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
config BR2_PACKAGE_GOCRYPTFS
|
|
bool "gocryptfs"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
gocryptfs is an encrypted FUSE overlay filesystem.
|
|
|
|
https://github.com/rfjakob/gocryptfs
|
|
|
|
comment "gocryptfs needs a toolchain w/ threads"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|