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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_ERLANG_IDNA
bool "erlang-idna"
help
A pure Erlang IDNA implementation that follows RFC5891.
https://github.com/benoitc/erlang-idna
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 d57e20ee88018ff0431e0275e91ada5915782870c9981fc798bcd05589031d6f erlang-idna-6.0.0.tar.gz
sha256 95f5c9410a95332b0833c4606028ee00008cd8c497336e230df3144d1a720bda LICENSE
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# erlang-idna
#
################################################################################
ERLANG_IDNA_VERSION = 6.0.0
ERLANG_IDNA_SITE = $(call github,benoitc,erlang-idna,$(ERLANG_IDNA_VERSION))
ERLANG_IDNA_LICENSE = MIT
ERLANG_IDNA_LICENSE_FILES = LICENSE
$(eval $(rebar-package))