mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Add libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -2,11 +2,15 @@ config BR2_PACKAGE_OPENVPN
|
||||
tristate "OpenVPN"
|
||||
default m
|
||||
select BR2_PACKAGE_KMOD_TUN
|
||||
select BR2_PACKAGE_LIBPTHREAD
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
Open Source VPN solution using SSL
|
||||
|
||||
|
||||
http://openvpn.net/
|
||||
|
||||
Depends: kmod-tun, libpthread, openssl
|
||||
|
||||
|
||||
config BR2_PACKAGE_OPENVPN_SERVER
|
||||
bool "Enable server support"
|
||||
|
||||
@@ -2,6 +2,6 @@ Package: openvpn
|
||||
Priority: optional
|
||||
Section: net
|
||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||
Depends: lzo, openssl, kmod-tun
|
||||
Depends: libpthread, lzo, openssl, kmod-tun
|
||||
Source: buildroot internal
|
||||
Description: Open Source VPN solution using SSL
|
||||
|
||||
Reference in New Issue
Block a user