board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / openswan / Config.in
blob5db665c6f70cea8ad17dc73367160cac2d127134
1 config BR2_PACKAGE_OPENSWAN
2         bool "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
6         select BR2_PACKAGE_GMP
7         select BR2_PACKAGE_IPROUTE2
8         help
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