OpenVPN with OpenWRT

Hi,

I just configured a meta router with the provided OpenWRT package. This is really great!

However, there are not many packages and using opkg does not work because the referenced repository in opkg.conf results in a 404.

How can I install OpenVPN within this OpenWRT instance as easily as possible (i.e., not self compiling, prefering some opkg mechanism …).

Thank you!

just download all ipk needed from repository http://openwrt.wk.cz/attitude_adjustment/mr-mips/
install openvpn manually
try this command for enable it on boot : /etc/init.d/openvpn enable

done