OpenWrt Forum Archive

Topic: where is net/openvpn package?

The content of this topic has been archived on 2 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello

I've updated packages (./scripts/feeds update -a) and found no net/openvpn

where is it?

my feeds.conf.default is
===
src-svn packages svn://svn.openwrt.org/openwrt/packages
src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
src-svn luci http://svn.luci.subsignal.org/luci/trun … ib/package
#src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
#src-svn efl svn://svn.openwrt.org/openwrt/feeds/efl
#src-svn xorg svn://svn.openwrt.org/openwrt/feeds/xorg
#src-svn desktop svn://svn.openwrt.org/openwrt/feeds/desktop
#src-svn xfce svn://svn.openwrt.org/openwrt/feeds/xfce
#src-svn lxde svn://svn.openwrt.org/openwrt/feeds/lxde
#src-link custom /usr/src/openwrt/custom-feed
===

WARNING: No feed for package 'openvpn' found, maybe it's already part of the standard packages?

Some packages has references to openvpn, but there is no openvpn in feeds/packages

Solved. openvpn has been moved to different feed.

tarkhil: I hit the same problem. Would you mind sharing your solution?

[EDIT]

I can answer myself. The openssl package has been moved to image configuration and is now split into three different flavors:

openvpn-nossl
openvpn-openssl
openvpn-polarssl

(Last edited by risa2000 on 9 Mar 2013, 19:24)

Hint:
you can search for packages while in menuconfig:
press /
a search box opens, into which you can enter the module name (or part of it) to search.
All modules containing that string and their location in the menuconfig tree will be listed.

The discussion might have continued from here.