1config 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	select BR2_PACKAGE_GMP
6	select BR2_PACKAGE_IPROUTE2
7	help
8	  Openswan is an implementation of IPsec for Linux
9
10	  http://www.openswan.org
11
12comment "openswan needs a toolchain w/ headers >= 3.4"
13	depends on BR2_USE_MMU
14	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
15