Add short description to Config.in prompt, add URL too
[openwrt.git] / package / tinc / Config.in
1 config BR2_PACKAGE_TINC
2 tristate "tinc"
3 default m if CONFIG_DEVEL
4 select BR2_PACKAGE_ZLIB
5 select BR2_PACKAGE_LIBLZO
6 select BR2_PACKAGE_OPENSSL
7 select BR2_PACKAGE_KMOD_TUN
8
9 help
10 A VPN tunneling daemon
11
12 http://www.tinc-vpn.org/
This page took 0.047758 seconds and 5 git commands to generate.