summaryrefslogtreecommitdiffstats
path: root/package/vde2/Config.in
blob: f640a4ae2a907b341e9019ae64feca460832dd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_VDE2
	bool "vde2"
	depends on BR2_USE_MMU # fork()
	depends on !BR2_STATIC_LIBS # dlopen()
	help
	  VDE is an ethernet compliant virtual network that can be
	  spawned over a set of physical computers over the Internet.
	  VDE is part of the virtualsquare project.

	  http://vde.sourceforge.net/

comment "vde2 needs a toolchain w/ dynamic library"
	depends on BR2_USE_MMU
	depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud