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
+11
View File
@@ -0,0 +1,11 @@
config BR2_PACKAGE_HOST_ASN1C
bool "host asn1c"
help
ASN.1 stands for Abstract Syntax Notation One and allows
to describe complex data structures independently of any
particular programming language.
The asn1c is a free, open source compiler of ASN.1
specifications into C source code.
http://lionet.info/asn1c
+5
View File
@@ -0,0 +1,5 @@
# Locally computed:
sha256 8007440b647ef2dd9fb73d931c33ac11764e6afb2437dbe638bb4e5fc82386b9 asn1c-0.9.28.tar.gz
# Hash for license files:
sha256 bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b LICENSE
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# asn1c
#
################################################################################
ASN1C_VERSION = 0.9.28
ASN1C_SITE = https://github.com/vlm/asn1c/releases/download/v$(ASN1C_VERSION)
ASN1C_LICENSE = BSD-2-Clause
ASN1C_LICENSE_FILES = LICENSE
ASN1C_CPE_ID_VENDOR = asn1c_project
$(eval $(host-autotools-package))