Thread: radvd
View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#4
Originally Posted by jaws75 View Post
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?
Sure, here's a quick list of steps that builds the debian version in scratchbox:

Code:
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
The resulting binary package depends on adduser which isn't available, so you'll have to play with debian/control, debian/radvd.postinst & debian/radvd.init.

Yes the idea is to make the n810 a router/gateway for ipv6. I'll share the details if you are interested.
Please do.