- 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 with https://github.com/virtualsquare/vde-2/commit/eda0a1bc1d14061588459676fe6f0a048b7dbd1c https://github.com/virtualsquare/vde-2/commit/14e1c9e06f4dbdddc6fe4e85fc72a1d583b049ad) - python removed with https://github.com/virtualsquare/vde-2/commit/2c57c25075fa2d351b8f181d2764af61c4e47de0 - kernel switch removed with https://github.com/virtualsquare/vde-2/commit/b196ecd5b774f1c85041ce6d2334702911cbd8f3 - parallel build has been fixed with https://github.com/virtualsquare/vde-2/commit/7dd9ed46d5dca125ca45d679ac9f3acbfb0f9300 - openssl has been replaced by wolfssl with https://github.com/virtualsquare/vde-2/commit/8599321526d0a31925fe55cabbe132b752cb268a 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
|