mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #8063 from HiassofT/le12-rpi-utils2
update RPi tools packages
This commit is contained in:
commit
ea9a05eda8
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="bcm2835-utils"
|
||||
PKG_VERSION="4e3333c62c202b0b12c3b881d3d9729efa66ca08"
|
||||
PKG_SHA256="78f02f13304ccd14276c5b658087cc1805a690d41478df98e7ed0ba210f11352"
|
||||
PKG_VERSION="79ff2c449915c138fcdd1eaf268fe618594649f3"
|
||||
PKG_SHA256="7043ee3d1a53cfe02ee966f015db038bb5e489989c5d587e34fa9df4c850ae3a"
|
||||
PKG_ARCH="arm aarch64"
|
||||
PKG_LICENSE="BSD-3-Clause"
|
||||
PKG_SITE="https://github.com/raspberrypi/utils"
|
||||
|
@ -2,11 +2,11 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="bcmstat"
|
||||
PKG_VERSION="0.5.5"
|
||||
PKG_SHA256="faf21907c183ec45ca5a7737a220d3275d24a7d8a387344ed1562849b2d67f27"
|
||||
PKG_VERSION="1698ec66f7dd38b21d92958dfe08a79dd07300a5"
|
||||
PKG_SHA256="6a4c30778abb80c47be984b01cf9a5cfce83bcc7c673303693945c9a0f5c876a"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/MilhouseVH/bcmstat"
|
||||
PKG_URL="https://github.com/MilhouseVH/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_SITE="https://github.com/popcornmix/bcmstat"
|
||||
PKG_URL="https://github.com/popcornmix/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_LONGDESC="Raspberry Pi monitoring script"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
|
@ -73,9 +73,6 @@
|
||||
# for a list of additional drivers see packages/linux-drivers
|
||||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
||||
# Comment ADDITIONAL_PACKAGES below if using bcm2835-driver
|
||||
# ADDITIONAL_DRIVERS+=" bcm2835-driver"
|
||||
|
||||
if [ "${ALSA_SUPPORT}" = "yes" ]; then
|
||||
ADDITIONAL_DRIVERS+=" rpi-cirrus-config"
|
||||
fi
|
||||
@ -89,7 +86,7 @@
|
||||
DRIVER_ADDONS="crazycat dvb-latest"
|
||||
|
||||
# additional packages to install:
|
||||
ADDITIONAL_PACKAGES+=" bcm2835-userland bcm2835-utils"
|
||||
ADDITIONAL_PACKAGES+=" bcm2835-userland bcm2835-utils dtc"
|
||||
|
||||
# debug tty path
|
||||
DEBUG_TTY="/dev/console"
|
||||
|
Loading…
x
Reference in New Issue
Block a user