@alzhao,

It is working well. LuCi is up and I am learning how to manipulate the interfaces. I am routing traffic. But I am having trouble loading OpenVPN.

From the clean install, with interfaces enabled, I PuTTy into the SSH and run the following commands:

opkg update
opkg install openvpn-openssl luci-app-openvpn

I get:

Installing openvpn-openssl (2.3.6-5) to root…
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/nand/packages/base/openvpn-openssl_2.3.6-5_ar71xx.ipk.
Package luci-app-openvpn (git-15.248.30277-3836b45-1) installed in root is up to date.
Collected errors:

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for openvpn-openssl:
  •  kernel (= 3.18.20-1-a44d8090b8f752ec1d96871dbbb8988a) *
    
  • opkg_install_cmd: Cannot install package openvpn-openssl

When I gor to LuCi–>Services–>OpenVPN, it get:

/usr/lib/lua/luci/dispatcher.lua:433: Failed to execute cbi dispatcher target for entry '/admin/services/openvpn'.
The called action terminated with an exception:
/usr/lib/lua/luci/cbi.lua:311: Unable to read UCI data: openvpn
stack traceback:
	[C]: in function 'assert'
	/usr/lib/lua/luci/dispatcher.lua:433: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:168: in function </usr/lib/lua/luci/dispatcher.lua:167>

OpenVPN doesn't seem to be loading.