config BR2_PACKAGE_FUSE
+ select BR2_PACKAGE_LIBPTHREAD
tristate "fuse (Filesystem in USErspace)"
default n
help
http://fuse.sourceforge.net/
-
+ Depends: libpthread
+
Maintainer: Nico <nthill@free.fr>
Source: http://nthill.free.fr/openwrt/sources/fuse2/
Description: Filesystem in Userspace (library)
+Depends: libpthread
config BR2_PACKAGE_GLIB
+ select BR2_PACKAGE_LIBPTHREAD
tristate "glib 1.2"
default m
help
GLib is a library containing many useful C routines for things such
as trees, hashes, and lists.
+
+ http://www.gtk.org/
+
+ Depends: libpthread
+
Description: The GLib library of C routines
GLib is a library containing many useful C routines for things such
as trees, hashes, and lists.
+Depends: libpthread
config BR2_PACKAGE_MATRIXSSL
+ select BR2_PACKAGE_LIBPTHREAD
tristate "matrixssl"
default m
help
an embedded SSL implementation
http://www.matrixssl.org/
+
+ Depends: libpthread
+
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
Source: buildroot internal
Description: an embedded SSL implementation
+Depends: libpthread
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"
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