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_CORKSCREW
bool "corkscrew"
help
Corkscrew is a tool for tunneling SSH through HTTP proxies,
but... you might find another use for it.
https://github.com/bryanpkc/corkscrew
+3
View File
@@ -0,0 +1,3 @@
# sha256 locally computed
sha256 09d70daaa3145070a1e463dbab6ae1cbc62449b1e09c94e158f6017e7c79c9f6 corkscrew-2.0.tar.gz
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# corkscrew
#
################################################################################
CORKSCREW_VERSION = 2.0
CORKSCREW_SITE = $(call github,bryanpkc,corkscrew,v$(CORKSCREW_VERSION))
CORKSCREW_LICENSE = GPL-2.0
CORKSCREW_LICENSE_FILES = COPYING
CORKSCREW_AUTORECONF = YES
$(eval $(autotools-package))