|
@@ -1,16 +1,10 @@
|
|
config BR2_PACKAGE_SLIRP
|
|
config BR2_PACKAGE_SLIRP
|
|
bool "slirp"
|
|
bool "slirp"
|
|
help
|
|
help
|
|
- The Spice project aims to provide a complete open source
|
|
|
|
- solution for interaction with virtualized desktop devices.
|
|
|
|
- The Spice project deals with both the virtualized devices
|
|
|
|
- and the front-end. Interaction between front-end and
|
|
|
|
- back-end is done using VD-Interfaces.
|
|
|
|
|
|
+ libslirp is a user-mode networking library used by virtual
|
|
|
|
+ machines, containers or various tools.
|
|
|
|
|
|
- This package implements the slirp-part for Spice. Slirp
|
|
|
|
- emulates a PPP or SLIP connection over a normal terminal.
|
|
|
|
-
|
|
|
|
- http://www.spice-space.org/
|
|
|
|
|
|
+ https://gitlab.freedesktop.org/slirp/libslirp/
|
|
|
|
|
|
NOTE:
|
|
NOTE:
|
|
This package has some history of a unique kind:
|
|
This package has some history of a unique kind:
|
|
@@ -21,5 +15,6 @@ config BR2_PACKAGE_SLIRP
|
|
- during that period, QEMU (Fabrice BELLARD) forked the code
|
|
- during that period, QEMU (Fabrice BELLARD) forked the code
|
|
and included it in QEMU
|
|
and included it in QEMU
|
|
- and it was imported from this breed by the Spice project
|
|
- and it was imported from this breed by the Spice project
|
|
- around May 2009
|
|
|
|
- - which is what we use here
|
|
|
|
|
|
+ around May 2009 which archived it in 2012
|
|
|
|
+ - So we switched to
|
|
|
|
+ https://gitlab.freedesktop.org/slirp/libslirp
|