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 /target/wag54g | |
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 'target/wag54g')
-rw-r--r-- | target/wag54g/kernel.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/wag54g/kernel.config b/target/wag54g/kernel.config index 8949aa612..eec4f9e43 100644 --- a/target/wag54g/kernel.config +++ b/target/wag54g/kernel.config @@ -760,7 +760,7 @@ CONFIG_MAGIC_SYSRQ=y # CONFIG_DYNAMIC_PRINTK_DEBUG is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y -CONFIG_CMDLINE="init=/init console=ttyS0" +CONFIG_CMDLINE="console=ttyS0" # # Security options |