initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_GLORYTUN
|
||||
bool "glorytun"
|
||||
select BR2_PACKAGE_LIBSODIUM
|
||||
help
|
||||
A small, simple and secure VPN.
|
||||
|
||||
https://github.com/angt/glorytun
|
||||
@@ -0,0 +1,2 @@
|
||||
sha256 137d9c525a05bb605163df0465367d36e943715ca773ce43d5ea66f0597600a3 glorytun-0.3.4.tar.gz
|
||||
sha256 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373 LICENSE
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# glorytun
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GLORYTUN_VERSION = 0.3.4
|
||||
GLORYTUN_SITE = https://github.com/angt/glorytun/releases/download/v$(GLORYTUN_VERSION)
|
||||
GLORYTUN_DEPENDENCIES = libsodium host-pkgconf
|
||||
GLORYTUN_LICENSE = BSD-2-Clause
|
||||
GLORYTUN_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user