mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
libpthread is not needed for openvpn2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@691 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fabf796f43
commit
ec8bcb6159
@ -2,7 +2,6 @@ config BR2_PACKAGE_OPENVPN
|
||||
tristate "OpenVPN"
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_PACKAGE_KMOD_TUN
|
||||
select BR2_PACKAGE_LIBPTHREAD
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
Open Source VPN solution using SSL
|
||||
|
||||
@ -2,6 +2,6 @@ Package: openvpn
|
||||
Priority: optional
|
||||
Section: net
|
||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||
Depends: libpthread, lzo, openssl, kmod-tun
|
||||
Depends: lzo, openssl, kmod-tun
|
||||
Source: buildroot internal
|
||||
Description: Open Source VPN solution using SSL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user