mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
config BR2_PACKAGE_TINC
|
|
tristate "tinc - VPN tunneling daemon"
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_KMOD_TUN
|
|
select BR2_PACKAGE_LIBLZO
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
A VPN tunneling daemon
|
|
|
|
http://www.tinc-vpn.org/
|