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_ERLANG_P1_ZLIB
bool "erlang-p1-zlib"
select BR2_PACKAGE_ZLIB
help
Erlang interface to zlib
https://github.com/processone/zlib
@@ -0,0 +1,3 @@
# Locally calculated
sha256 f0ac60336b2ddf55ac4f58934580cb8f02dba440d68feb607be312dd35d91269 erlang-p1-zlib-1.0.9.tar.gz
sha256 6cd4871db940d055cf272c12c10e0c08febdc94362e404390758fde34b4ce01a LICENSE.txt
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-zlib
#
################################################################################
ERLANG_P1_ZLIB_VERSION = 1.0.9
ERLANG_P1_ZLIB_SITE = $(call github,processone,ezlib,$(ERLANG_P1_ZLIB_VERSION))
ERLANG_P1_ZLIB_LICENSE = Apache-2.0
ERLANG_P1_ZLIB_LICENSE_FILES = LICENSE.txt
ERLANG_P1_ZLIB_DEPENDENCIES = zlib
$(eval $(rebar-package))