summaryrefslogtreecommitdiff
path: root/package/cryptinit
diff options
context:
space:
mode:
Diffstat (limited to 'package/cryptinit')
-rw-r--r--package/cryptinit/Config.in6
-rw-r--r--package/cryptinit/Makefile1
2 files changed, 1 insertions, 6 deletions
diff --git a/package/cryptinit/Config.in b/package/cryptinit/Config.in
deleted file mode 100644
index f17ef17a0..000000000
--- a/package/cryptinit/Config.in
+++ /dev/null
@@ -1,6 +0,0 @@
-config ADK_PACKAGE_CRYPTINIT
- prompt "cryptinit............................ crypt initramfs application"
- tristate
- default n
- help
- For encrypted root filesystems and fast bootup.
diff --git a/package/cryptinit/Makefile b/package/cryptinit/Makefile
index f186247f7..5f1d250bf 100644
--- a/package/cryptinit/Makefile
+++ b/package/cryptinit/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= cryptinit
PKG_VERSION:= 1.0.2
PKG_RELEASE:= 1
+PKG_BUILDDEP+= cryptsetup
PKG_DESCR:= init for encrypted rootfilesystem
PKG_SECTION:= base