merge nico's package/rules.mk and package/templates.mk into one file, update packages...
[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_LZO
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.043602 seconds and 5 git commands to generate.