mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00
17 lines
502 B
Plaintext
17 lines
502 B
Plaintext
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_MUSL # GLOB_BRACE
|
|
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 uClibc or glibc toolchain w/ headers >= 3.4"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \
|
|
BR2_TOOLCHAIN_USES_MUSL
|