4a0d20d71dbeb2ab61510abc328009749c30ea79
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / aiccu / Config.in
1 config BR2_PACKAGE_AICCU
2         bool "aiccu"
3         depends on BR2_USE_WCHAR
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU # fork()
6         # Triggers the _gp link issue
7         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
8         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
9         select BR2_PACKAGE_GNUTLS
10         help
11           SixXS Automatic IPv6 Connectivity Client Utility
12
13           AICCU (Automatic IPv6 Connectivity Client Utility) makes it
14           easy for users to get IPv6 connectivity. After having
15           requested an account, tunnel and optionally a subnet, AICCU
16           can be used to automatically configure the tunnel. AICCU
17           supports TIC (Tunnel Information & Control protocol), which it
18           uses for retrieving the tunnel configuration information,
19           AYIYA, which allows tunnels to be created even behind
20           firewalls and NAT's.
21
22           http://www.sixxs.net/tools/aiccu/
23
24 comment "aiccu needs a toolchain w/ wchar, threads"
25         depends on BR2_USE_MMU
26         depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
27         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
28         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405