From: Waldemar Brodkorb Date: Wed, 20 Apr 2005 19:35:10 +0000 (+0000) Subject: libpthread is not needed for openvpn2 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f31f4a1878ef012d8b25f552ac47270f22a824f4 libpthread is not needed for openvpn2 SVN-Revision: 691 --- diff --git a/openwrt/package/openvpn/Config.in b/openwrt/package/openvpn/Config.in index 460588178a..472dc333a7 100644 --- a/openwrt/package/openvpn/Config.in +++ b/openwrt/package/openvpn/Config.in @@ -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 diff --git a/openwrt/package/openvpn/openvpn.control b/openwrt/package/openvpn/openvpn.control index 7d818d808a..b2739f4947 100644 --- a/openwrt/package/openvpn/openvpn.control +++ b/openwrt/package/openvpn/openvpn.control @@ -2,6 +2,6 @@ Package: openvpn Priority: optional Section: net Maintainer: Felix Fietkau -Depends: libpthread, lzo, openssl, kmod-tun +Depends: lzo, openssl, kmod-tun Source: buildroot internal Description: Open Source VPN solution using SSL