|
@@ -2,7 +2,6 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
|
|
|
bool "ecryptfs-utils"
|
|
|
depends on BR2_USE_WCHAR # gettext
|
|
|
depends on BR2_USE_MMU # keyutils
|
|
|
- depends on !BR2_microblaze # keyutils
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnss -> libnspr
|
|
|
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnss -> libnspr
|
|
|
depends on !BR2_MIPS_NABI32 # libnss
|
|
@@ -31,7 +30,6 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
|
|
|
http://ecryptfs.org
|
|
|
|
|
|
comment "ecryptfs-utils needs a toolchain w/ threads, wchar, dynami library"
|
|
|
- depends on !BR2_microblaze
|
|
|
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
|