How to install OpenVPN on an OpenWRT router in 15 seconds

Log into your router using ssh [email protected] and run these commands:

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

Done !