initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# sha256 locally computed
|
||||
sha256 09d70daaa3145070a1e463dbab6ae1cbc62449b1e09c94e158f6017e7c79c9f6 corkscrew-2.0.tar.gz
|
||||
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user