I managed to compile the whole OpenWRT SV trunk and installed it on my LaFonera unit. First time login through a telnet session and changed the password. Then, I was able to login through an SSH session while a telnet session has been disabled. However, once I reboot my LaFonera device, the whole process starts all over again where I have to use telnet to establish a login session without a password. If I install any ipkg package, the package will get install; however, upon a reboot, the package is gone, too. Looks like the whole thing resides in the RAM that won't survice a reboot. Also, asterisk doesn't seem to be able to create a /var/run/asterisk.ctl file as shown below:
BusyBox v1.8.2 (2008-02-11 11:07:37 EST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
KAMIKAZE (bleeding edge, r10141) -------------------
* 10 oz Vodka Shake well with ice and strain
* 10 oz Triple sec mixture into 10 shot glasses.
* 10 oz lime juice Salute!
---------------------------------------------------
root@OpenWrt:~# rasterisk
Asterisk 1.4.17, Copyright (C) 1999 - 2007 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)
root@OpenWrt:~#
Is there a way to fix these problems?