]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
tinc: new package
authorZoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Tue, 16 Dec 2014 14:47:58 +0000 (15:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Dec 2014 15:39:25 +0000 (16:39 +0100)
commit50440196aebc11d75184aa6855f38ff0b92cfbc2
tree4bc7ce566eb8214db2a252b930bc66dcd33f6a93
parent66cfe52fe4f21a5b1c99940d45fa52acb54a76c8
tinc: new package

[Thomas:
 - fix license from GPLv2 to 'GPLv2+ with OpenSSL exception'
 - add -std=c99 to CFLAGS, otherwise it doesn't build with a minimal
   toolchain configuration
 - add BR2_USE_MMU dependency since fork() is used.]

Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/tinc/Config.in [new file with mode: 0644]
package/tinc/tinc.mk [new file with mode: 0644]