hc
2024-08-13 72be3801e63d82671c9d90577a9efb3126a6aa37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_OPENSWAN
   bool "openswan"
   depends on BR2_USE_MMU # iproute2
   depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2
   depends on !BR2_TOOLCHAIN_USES_UCLIBC # ns_t_tkey
   select BR2_PACKAGE_GMP
   select BR2_PACKAGE_IPROUTE2
   help
     Openswan is an implementation of IPsec for Linux
 
     http://www.openswan.org
 
comment "openswan needs a glibc or musl toolchain w/ headers >= 3.4"
   depends on BR2_USE_MMU
   depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \
       BR2_TOOLCHAIN_USES_UCLIBC