xref: /OK3568_Linux_fs/buildroot/package/vde2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_VDE2
2*4882a593Smuzhiyun	bool "vde2"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen()
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  VDE is an ethernet compliant virtual network that can be
7*4882a593Smuzhiyun	  spawned over a set of physical computers over the Internet.
8*4882a593Smuzhiyun	  VDE is part of the virtualsquare project.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  http://vde.sourceforge.net/
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "vde2 needs a toolchain w/ dynamic library"
13*4882a593Smuzhiyun	depends on BR2_USE_MMU
14*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
15