Gustavo Zacarias | 3bc3af3 | 2012-03-28 10:32:02 +0000 | [diff] [blame] | 1 | config BR2_PACKAGE_OPENSWAN |
| 2 | bool "openswan" |
Gustavo Zacarias | aff304d | 2013-03-19 03:22:12 +0000 | [diff] [blame] | 3 | depends on BR2_USE_MMU # iproute2 |
Baruch Siach | 8d921da | 2017-06-04 00:30:33 +0300 | [diff] [blame] | 4 | depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2 |
Fabrice Fontaine | b5ec305 | 2021-01-22 23:04:03 +0100 | [diff] [blame] | 5 | depends on !BR2_TOOLCHAIN_USES_UCLIBC # ns_t_tkey |
Gustavo Zacarias | 3bc3af3 | 2012-03-28 10:32:02 +0000 | [diff] [blame] | 6 | 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 Zacarias | 869af2a | 2015-07-28 11:14:22 -0300 | [diff] [blame] | 12 | |
Fabrice Fontaine | b5ec305 | 2021-01-22 23:04:03 +0100 | [diff] [blame] | 13 | comment "openswan needs a glibc or musl toolchain w/ headers >= 3.4" |
Gustavo Zacarias | 869af2a | 2015-07-28 11:14:22 -0300 | [diff] [blame] | 14 | depends on BR2_USE_MMU |
Baruch Siach | 8d921da | 2017-06-04 00:30:33 +0300 | [diff] [blame] | 15 | depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \ |
Fabrice Fontaine | b5ec305 | 2021-01-22 23:04:03 +0100 | [diff] [blame] | 16 | BR2_TOOLCHAIN_USES_UCLIBC |