blob: c71d064dafcca8de843db6250bfe0039ab539a0b [file] [log] [blame]
Gustavo Zacarias3bc3af32012-03-28 10:32:02 +00001config BR2_PACKAGE_OPENSWAN
2 bool "openswan"
Gustavo Zacariasaff304d2013-03-19 03:22:12 +00003 depends on BR2_USE_MMU # iproute2
Baruch Siach8d921da2017-06-04 00:30:33 +03004 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2
Fabrice Fontaineb5ec3052021-01-22 23:04:03 +01005 depends on !BR2_TOOLCHAIN_USES_UCLIBC # ns_t_tkey
Gustavo Zacarias3bc3af32012-03-28 10:32:02 +00006 select BR2_PACKAGE_GMP
7 select BR2_PACKAGE_IPROUTE2
8 help
9 Openswan is an implementation of IPsec for Linux
10
11 http://www.openswan.org
Gustavo Zacarias869af2a2015-07-28 11:14:22 -030012
Fabrice Fontaineb5ec3052021-01-22 23:04:03 +010013comment "openswan needs a glibc or musl toolchain w/ headers >= 3.4"
Gustavo Zacarias869af2a2015-07-28 11:14:22 -030014 depends on BR2_USE_MMU
Baruch Siach8d921da2017-06-04 00:30:33 +030015 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \
Fabrice Fontaineb5ec3052021-01-22 23:04:03 +010016 BR2_TOOLCHAIN_USES_UCLIBC