1 config BR2_PACKAGE_OPENSWAN
3 depends on BR2_USE_MMU # iproute2
4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # iproute2
5 depends on !BR2_TOOLCHAIN_USES_MUSL # GLOB_BRACE
7 select BR2_PACKAGE_IPROUTE2
9 Openswan is an implementation of IPsec for Linux
11 http://www.openswan.org
13 comment "openswan needs a uClibc or glibc toolchain w/ headers >= 3.0"
14 depends on BR2_USE_MMU
15 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || \
16 BR2_TOOLCHAIN_USES_MUSL