update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/tinc/Config.in
Normal file
16
bsp/buildroot-2017.02.11/package/tinc/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_TINC
|
||||
bool "tinc"
|
||||
select BR2_PACKAGE_LZO
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_ZLIB
|
||||
depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
tinc is a Virtual Private Network (VPN) daemon that uses
|
||||
tunnelling and encryption to create a secure private network
|
||||
between hosts on the Internet.
|
||||
|
||||
http://www.tinc-vpn.org/
|
||||
|
||||
comment "tinc needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
2
bsp/buildroot-2017.02.11/package/tinc/tinc.hash
Normal file
2
bsp/buildroot-2017.02.11/package/tinc/tinc.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 abc17e25afc1b9e74423c78fef586b11d503cbbbe5e4a2ed323870f4a82faa73 tinc-1.0.30.tar.gz
|
||||
20
bsp/buildroot-2017.02.11/package/tinc/tinc.mk
Normal file
20
bsp/buildroot-2017.02.11/package/tinc/tinc.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# tinc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINC_VERSION = 1.0.30
|
||||
TINC_SITE = http://www.tinc-vpn.org/packages
|
||||
TINC_DEPENDENCIES = lzo openssl zlib
|
||||
TINC_LICENSE = GPLv2+ with OpenSSL exception
|
||||
TINC_LICENSE_FILES = COPYING COPYING.README
|
||||
TINC_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -std=c99"
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
|
||||
TINC_CONF_ENV += \
|
||||
ax_cv_check_cflags___fPIE=no \
|
||||
ax_cv_check_ldflags___pie=no
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user