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_RTPTOOLS
bool "rtptools"
help
The rtptools distribution consists of a number of small
applications that can be used for processing RTP data.
http://www.cs.columbia.edu/irt/software/rtptools/
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 2c76b2a423fb943820c91194372133a44cbdc456ebf69c51616ec50eeb068c28 rtptools-1.22.tar.gz
sha256 f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9 LICENSE
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# rtptools
#
################################################################################
RTPTOOLS_VERSION = 1.22
RTPTOOLS_SITE = http://www.cs.columbia.edu/irt/software/rtptools/download
RTPTOOLS_LICENSE = BSD-3-Clause
RTPTOOLS_LICENSE_FILES = LICENSE
RTPTOOLS_CONF_ENV = ac_cv_prog_FOUND_CLANG=no
$(eval $(autotools-package))