]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fastd: add new package
authorAlexander Dahl <post@lespocky.de>
Thu, 29 Oct 2015 07:13:02 +0000 (08:13 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Nov 2015 21:18:52 +0000 (22:18 +0100)
commite6cb1dd8247d40a3071f9b6d9963d80dd0df031e
tree08c321c53a6ff94371261517a3a634f3d50b9cca
parent463d0b9d1b628283edb77defa507df3c9d0d2d76
fastd: add new package

This is a new package for the fastd "Fast and Secure Tunneling Daemon"
which was developed for the Freifunk Gluon project in the first place.

It includes a patch to allow cross compiling with toolchains without
LTO support which fails with the unpatched version due to some ugly
cmake hacks in fastd v17, details in the patch.

[Thomas:
 - Get rid of trailing spaces in Config.in
 - Remove the BR2_PACKAGE_FASTD_OPENSSL, and simply rely on
   BR2_PACKAGE_OPENSSL
 - Remove -DWITH_CAPABILITIES=TRUE, since libcap support is anyway
   mandatory.
 - Use ON/OFF instead of TRUE/FALSE.]

Signed-off-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/fastd/0001-cmake-use-INTERPROCEDURAL_OPTIMIZATION-target-proper.patch [new file with mode: 0644]
package/fastd/Config.in [new file with mode: 0644]
package/fastd/fastd.mk [new file with mode: 0644]