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
+15
View File
@@ -0,0 +1,15 @@
Fix musl build
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
diff -uNr dvbsnoop-1.4.50.org/src/misc/helper.h dvbsnoop-1.4.50/src/misc/helper.h
--- dvbsnoop-1.4.50.org/src/misc/helper.h 2006-01-02 20:04:56.000000000 +0100
+++ dvbsnoop-1.4.50/src/misc/helper.h 2016-01-24 14:35:02.000000000 +0100
@@ -16,6 +16,7 @@
#ifndef __HELPER_H
#define __HELPER_H
+#include <sys/types.h>
u_long outBit_Sx (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);
u_long outBit_Sx_NL (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);
+21
View File
@@ -0,0 +1,21 @@
config BR2_PACKAGE_DVBSNOOP
bool "dvbsnoop"
help
Dvbsnoop is just a simple tool to analyze, view or debug a
transport stream (TS), program elementary stream (PES) or even
a program stream (PS). Dvbsnoop is trying to get input mostly
direct from a frontend (satellite or cable tuner inside a
set-top box for example) via DVB APIv3 to view into a TS, or a
demux to view PES or PS (also mostly inside the set-top box or
even PCI Card or USB Plug) but also from a file (recorded TS).
Dvbsnoop is working well on SD transport streams but may have
some limited functionality on HD transport streams
(DVB-{C,S,T}2 because of missing knowledge how to handle it.
Dvbsnoop itself doesn't do the tuning on the frontend, this
has to be done by external helpers or manually driver call.
The dvbsnoop tool was written while developing the software
Neutrino on the set-top box DBox2.
http://dvbsnoop.sourceforge.net
http://en.wikipedia.org/wiki/DBox2
+3
View File
@@ -0,0 +1,3 @@
# Locally computed:
sha256 7658498b26a5d2a0242e81f0cfafa0e43a2bec56f8674e7ac197dfc310866ec6 dvbsnoop-1.4.50.tar.gz
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# dvbsnoop
#
################################################################################
DVBSNOOP_VERSION = 1.4.50
DVBSNOOP_SITE = http://downloads.sourceforge.net/project/dvbsnoop/dvbsnoop/dvbsnoop-$(DVBSNOOP_VERSION)
DVBSNOOP_LICENSE = GPL-2.0
DVBSNOOP_LICENSE_FILES = COPYING
$(eval $(autotools-package))