Ok here is but i have not tested so let me know if it works.
Warning this package is for dm7000 image only.
Unzip the file. You will have a Nabilo package: dropbear7000_nab.tgz.
Upload this file in /tmp and use manual panel to install.
To start dropbear telnet to your dream:
cd /var/script
./dropbear_script.sh
To add dropbear at dreambox startup edit file /etc/init.d/rcS
find line:
Code:
[ -e /var/bin/gSUB ] && /var/bin/gSUB &
add after:
Code:
[ -e /var/script/dropbear_script.sh] && /var/script/dropbear_script.sh
Let me know if it works.