How to install OpenVPN on an OpenWRT router in 15 seconds

Log into your router using ssh root@ip-addr and run these commands:

opkg update
opkg install openvpn-openssl luci-app-openvpn
/etc/init.d/uhttpd restart
echo "Done"

Done !