summaryrefslogtreecommitdiffstats
path: root/package/slirp/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2012-12-16 06:56:13 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-16 21:30:29 +0100
commitf6ce8ee9d13d32bbc43b23bf7ed7b7a3f0cbd2f0 (patch)
tree7a4e41897b78fdb230cdc0e93c137e54f71b7ec3 /package/slirp/Config.in
parent303c922c62d2eb08ce3ffb02206b9bf959b305dc (diff)
downloadbuildroot-novena-f6ce8ee9d13d32bbc43b23bf7ed7b7a3f0cbd2f0.tar.gz
buildroot-novena-f6ce8ee9d13d32bbc43b23bf7ed7b7a3f0cbd2f0.zip
package/slirp: new package
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/slirp/Config.in')
-rw-r--r--package/slirp/Config.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/slirp/Config.in b/package/slirp/Config.in
new file mode 100644
index 000000000..dedded37f
--- /dev/null
+++ b/package/slirp/Config.in
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_SLIRP
+ bool "slirp"
+ 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.
+
+ This package implements the slirp-part for Spice.
+ Slirp emulates a PPP or SLIP connection over a normal terminal.
+
+ http://www.spice-space.org/
+
+ NOTE:
+ This package has some history of a unique kind:
+ - originally developped as 'slirp' by Danny Gasparovski, and
+ seemingly abandonned (developper /disapeared/)
+ - then re-maintained at sourceforge by "Kelly", up to some
+ time around 2009: http://slirp.sourceforge.net/
+ - during that period, QEMU (Fabrice BELLARD) forked the code
+ and included it in QEMU
+ - and it was imported from this breed by the Spice project
+ around May 2009
+ - which is what we use here