diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 20:58:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 20:58:58 +0200 |
commit | 361d29abbbbbc313d01ea95862742ad890ad6eea (patch) | |
tree | 96d04a83bf8a2f507b9df3156158fd60f5ff76f0 /package/Makefile | |
parent | 5ea6a2557f7579a576c494fe288ff424e1a82604 (diff) |
make lemote yeelong finally usable
- moved startup script for all targets to /start
- add kernel patch to use /start
- add cryptinit package
- make an encrypted rootfilesystem as choice for lemote
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index cb96c5adc..92bd53aea 100644 --- a/package/Makefile +++ b/package/Makefile @@ -33,6 +33,7 @@ package-$(ADK_COMPILE_AXTLS) += axtls package-$(ADK_PACKAGE_BASH) += bash package-$(ADK_COMPILE_BC) += bc package-$(ADK_PACKAGE_CFGFS) += cfgfs +package-$(ADK_PACKAGE_CRYPTINIT) += cryptinit package-$(ADK_PACKAGE_BIGREQSPROTO) += bigreqsproto package-$(ADK_COMPILE_BIND) += bind package-$(ADK_PACKAGE_BINUTILS) += binutils |