blob: 932a75f672f291feaf0107124370dce1288c8132 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_OPENSWAN
bool "openswan"
depends on BR2_USE_MMU # iproute2
select BR2_PACKAGE_GMP
select BR2_PACKAGE_IPROUTE2
help
Openswan is an implementation of IPsec for Linux
http://www.openswan.org
|