mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
d47fa52df5
- Switch to github to get latest release - Drop first and second patches (already in version) - Drop third patch (not needed anymore) - Drop BSD-3-Clause and COPYING.slirpvde (slirpvde removed witheda0a1bc1d
14e1c9e06f
) - python removed with2c57c25075
- kernel switch removed withb196ecd5b7
- parallel build has been fixed with7dd9ed46d5
- openssl has been replaced by wolfssl with8599321526
https://github.com/virtualsquare/vde-2/releases/tag/v2.3.3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
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.
|
|
|
|
https://github.com/virtualsquare/vde-2/
|
|
|
|
comment "vde2 needs a toolchain w/ dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS
|