2012-03-28 12:32:02 +02:00
|
|
|
config BR2_PACKAGE_OPENSWAN
|
|
|
|
bool "openswan"
|
2013-03-19 04:22:12 +01:00
|
|
|
depends on BR2_USE_MMU # iproute2
|
2017-06-03 23:30:33 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2
|
2016-07-31 11:51:22 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # GLOB_BRACE
|
2012-03-28 12:32:02 +02:00
|
|
|
select BR2_PACKAGE_GMP
|
|
|
|
select BR2_PACKAGE_IPROUTE2
|
|
|
|
help
|
|
|
|
Openswan is an implementation of IPsec for Linux
|
|
|
|
|
|
|
|
http://www.openswan.org
|
2015-07-28 16:14:22 +02:00
|
|
|
|
2017-06-03 23:30:33 +02:00
|
|
|
comment "openswan needs a uClibc or glibc toolchain w/ headers >= 3.4"
|
2015-07-28 16:14:22 +02:00
|
|
|
depends on BR2_USE_MMU
|
2017-06-03 23:30:33 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \
|
2016-07-31 11:51:22 +02:00
|
|
|
BR2_TOOLCHAIN_USES_MUSL
|