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
|