b5ec305daf
- Drop patch (already in version) - Use USE_NOMANINSTALL which is available since version 2.6.52 and9146de03c8
- openswan can be built on musl since version 2.6.52.1 andddb6086c50
- openswan can't be built on uclibc-ng anymore and upstream rejected the patch to fix the build failure: https://github.com/xelerance/Openswan/pull/453 - Update indentation in hash file (two spaces) https://github.com/xelerance/Openswan/releases/tag/v3.0.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
503 B
Plaintext
17 lines
503 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_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
|