initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
sha256 137d9c525a05bb605163df0465367d36e943715ca773ce43d5ea66f0597600a3 glorytun-0.3.4.tar.gz
sha256 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373 LICENSE
+13
View File
@@ -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))