Move all to deprecated folder.
This commit is contained in:
12
deprecated/firmware/buildroot/package/tinc/Config.in
Normal file
12
deprecated/firmware/buildroot/package/tinc/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_TINC
|
||||
bool "tinc"
|
||||
select BR2_PACKAGE_LZO
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_ZLIB
|
||||
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/
|
||||
2
deprecated/firmware/buildroot/package/tinc/tinc.hash
Normal file
2
deprecated/firmware/buildroot/package/tinc/tinc.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 498e58f9f39e3922030a63cf62baf4b46a40fbda8d90b23ec0f084f4a9f9b687 tinc-1.0.24.tar.gz
|
||||
20
deprecated/firmware/buildroot/package/tinc/tinc.mk
Normal file
20
deprecated/firmware/buildroot/package/tinc/tinc.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# tinc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINC_VERSION = 1.0.24
|
||||
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_arc),y)
|
||||
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