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_MQTREE
bool "erlang-p1-mqtree"
select BR2_PACKAGE_ERLANG_P1_UTILS
help
Index tree for MQTT topic filters.
https://github.com/processone/mqtree
@@ -0,0 +1,3 @@
# Locally calculated
sha256 4f86e272a97152d3f5166dad583dc1b5bda9582f6777f6294fb8328def8b2189 erlang-p1-mqtree-1.0.10.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
@@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-mqtree
#
################################################################################
ERLANG_P1_MQTREE_VERSION = 1.0.10
ERLANG_P1_MQTREE_SITE = $(call github,processone,mqtree,$(ERLANG_P1_MQTREE_VERSION))
ERLANG_P1_MQTREE_LICENSE = Apache-2.0
ERLANG_P1_MQTREE_LICENSE_FILES = LICENSE
ERLANG_P1_MQTREE_DEPENDENCIES = erlang-p1-utils
$(eval $(rebar-package))