fa4dba4aa2
uClibc-ng 1.0.41 added ns_t_tkey, but since external toolchains may have a version older than 1.0.41, we introduce a compatibility patch that avoids the use of ns_t_tkey. This compatibility patch can be dropped in the future when uClibc-ng 1.0.41 is sufficiently deployed. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
config BR2_PACKAGE_OPENSWAN
|
|
bool "openswan"
|
|
depends on BR2_USE_MMU # iproute2
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2
|
|
select BR2_PACKAGE_GMP
|
|
select BR2_PACKAGE_IPROUTE2
|
|
help
|
|
Openswan is an implementation of IPsec for Linux
|
|
|
|
http://www.openswan.org
|
|
|
|
comment "openswan needs a toolchain w/ headers >= 3.4"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|