Ok, I am not very familiar to build new packages in scratchbox and Maemo. Could you suggest a quick guide to insert a new package in the build?
apt-get install autotools-dev debhelper cdbs flex bison # build dependencies wget http://ftp.de.debian.org/debian/pool/main/r/radvd/radvd_1.1-3.dsc \ http://ftp.de.debian.org/debian/pool/main/r/radvd/radvd_1.1.orig.tar.gz \ http://ftp.de.debian.org/debian/pool/main/r/radvd/radvd_1.1-3.diff.gz dpkg-source -x radvd_1.1-3.dsc cd radvd-1.1 dpkg-buildpackage -rfakeroot
Yes the idea is to make the n810 a router/gateway for ipv6. I'll share the details if you are interested.