libpthread is not needed for openvpn2
SVN-Revision: 691
This commit is contained in:
parent
54998cefa0
commit
53049a6496
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ config BR2_PACKAGE_OPENVPN
|
||||||
tristate "OpenVPN"
|
tristate "OpenVPN"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_KMOD_TUN
|
select BR2_PACKAGE_KMOD_TUN
|
||||||
select BR2_PACKAGE_LIBPTHREAD
|
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
Open Source VPN solution using SSL
|
Open Source VPN solution using SSL
|
||||||
|
|
|
@ -2,6 +2,6 @@ Package: openvpn
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
Depends: libpthread, lzo, openssl, kmod-tun
|
Depends: lzo, openssl, kmod-tun
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Description: Open Source VPN solution using SSL
|
Description: Open Source VPN solution using SSL
|
||||||
|
|
Loading…
Reference in a new issue