]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/openswan/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / openswan / Config.in
1 config 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_MUSL # GLOB_BRACE
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
13 comment "openswan needs a uClibc or glibc 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_MUSL