summaryrefslogtreecommitdiffstats
path: root/package/ecryptfs-utils
diff options
context:
space:
mode:
Diffstat (limited to 'package/ecryptfs-utils')
-rw-r--r--package/ecryptfs-utils/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/ecryptfs-utils/Config.in b/package/ecryptfs-utils/Config.in
index cb70e000ae..078ca36286 100644
--- a/package/ecryptfs-utils/Config.in
+++ b/package/ecryptfs-utils/Config.in
@@ -1,12 +1,5 @@
config BR2_PACKAGE_ECRYPTFS_UTILS
bool "ecryptfs-utils"
- select BR2_PACKAGE_KEYUTILS
- select BR2_PACKAGE_LIBNSS
- # runtime dependency only, some scripts are using the
- # 'gettext' program to get translations
- select BR2_PACKAGE_GETTEXT
- # runtime dependency only
- select BR2_PACKAGE_GETENT
depends on BR2_USE_WCHAR # gettext
depends on BR2_USE_MMU # keyutils
depends on !BR2_microblaze # keyutils
@@ -14,6 +7,13 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnss -> libnspr
depends on !BR2_MIPS_NABI32 # libnss
depends on !BR2_STATIC_LIBS # libnss, keyutils
+ select BR2_PACKAGE_KEYUTILS
+ select BR2_PACKAGE_LIBNSS
+ # runtime dependency only, some scripts are using the
+ # 'gettext' program to get translations
+ select BR2_PACKAGE_GETTEXT
+ # runtime dependency only
+ select BR2_PACKAGE_GETENT
help
eCryptfs is a POSIX-compliant enterprise cryptographic
filesystem for Linux. It is stacked on top of any other
OpenPOWER on IntegriCloud