1config BR2_PACKAGE_OPENSWAN 2 bool "openswan" 3 depends on BR2_USE_MMU # iproute2 4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2 5 depends on !BR2_TOOLCHAIN_USES_UCLIBC # ns_t_tkey 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 12 13comment "openswan needs a glibc or musl toolchain w/ headers >= 3.4" 14 depends on BR2_USE_MMU 15 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \ 16 BR2_TOOLCHAIN_USES_UCLIBC 17