c785b1b2c4
See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
27 lines
989 B
Plaintext
27 lines
989 B
Plaintext
config BR2_PACKAGE_AICCU
|
|
bool "aiccu"
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
# Triggers the _gp link issue
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
|
select BR2_PACKAGE_GNUTLS
|
|
help
|
|
SixXS Automatic IPv6 Connectivity Client Utility
|
|
|
|
AICCU (Automatic IPv6 Connectivity Client Utility) makes it
|
|
easy for users to get IPv6 connectivity. After having
|
|
requested an account, tunnel and optionally a subnet, AICCU
|
|
can be used to automatically configure the tunnel. AICCU
|
|
supports TIC (Tunnel Information & Control protocol), which it
|
|
uses for retrieving the tunnel configuration information,
|
|
AYIYA, which allows tunnels to be created even behind
|
|
firewalls and NAT's.
|
|
|
|
http://www.sixxs.net/tools/aiccu/
|
|
|
|
comment "aiccu needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|