summaryrefslogtreecommitdiff
path: root/package/cryptinit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-30 17:30:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-30 17:30:11 +0100
commitd72530b6ebf2009eb2c9f9c7cb6222c140b711b4 (patch)
tree29c66c8a0f1fb0715c4b9cb922d065f5c8b5fb6a /package/cryptinit
parent202e4390b1cad4941c78e7ddef15e9006f6a79ec (diff)
fix make allmodconfig for alix1c-eglibc
Diffstat (limited to 'package/cryptinit')
-rw-r--r--package/cryptinit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cryptinit/Makefile b/package/cryptinit/Makefile
index 5f1d250bf..6969ecc6e 100644
--- a/package/cryptinit/Makefile
+++ b/package/cryptinit/Makefile
@@ -39,5 +39,6 @@ do-build:
do-install:
$(CP) ./files/initramfs_list $(LINUX_DIR)
$(CP) ${WRKBUILD}/cryptinit $(LINUX_DIR)
+ @touch $(IDIR_CRYPTINIT)/.cryptinit
include ${TOPDIR}/mk/pkg-bottom.mk