mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 23:33:32 +08:00
92af118d82
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
config BR2_PACKAGE_VDE2
|
|
bool "vde2"
|
|
depends on BR2_USE_MMU # fork()
|
|
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/
|