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_KODI_PVR_VBOX
bool "kodi-pvr-vbox"
help
Kodi PVR addon for interfacing with VBox Communications XTi TV
Gateway
https://github.com/kodi-pvr/pvr.vbox
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 a87926702c51e52043e595ceae530a9101761cc15e8e3cadec85ac8cc9ba8f2b kodi-pvr-vbox-19.0.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-vbox
#
################################################################################
KODI_PVR_VBOX_VERSION = 19.0.0-Matrix
KODI_PVR_VBOX_SITE = $(call github,kodi-pvr,pvr.vbox,$(KODI_PVR_VBOX_VERSION))
KODI_PVR_VBOX_LICENSE = GPL-2.0+
KODI_PVR_VBOX_LICENSE_FILES = LICENSE.md
KODI_PVR_VBOX_DEPENDENCIES = kodi
$(eval $(cmake-package))