mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #8318 from heitbaum/kernel-firmware
Kernel firmware update and rdfind
This commit is contained in:
commit
9b2744442e
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="kernel-firmware"
|
PKG_NAME="kernel-firmware"
|
||||||
PKG_VERSION="20231030"
|
PKG_VERSION="20231111"
|
||||||
PKG_SHA256="c98d200fc4a3120de1a594713ce34e135819dff23e883a4ed387863ba25679c7"
|
PKG_SHA256="8d4959c1293ff8a6e40ac3d265205297a3e93e4fe5e8e25a7d16cfed78cbb098"
|
||||||
PKG_LICENSE="other"
|
PKG_LICENSE="other"
|
||||||
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"
|
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"
|
||||||
PKG_URL="https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-${PKG_VERSION}.tar.xz"
|
||||||
|
@ -69,6 +69,7 @@ dep_map=(
|
|||||||
[make]=make
|
[make]=make
|
||||||
[patch]=patch
|
[patch]=patch
|
||||||
[perl]=perl
|
[perl]=perl
|
||||||
|
[rdfind]=rdfind
|
||||||
[sed]=sed
|
[sed]=sed
|
||||||
[tar]=tar
|
[tar]=tar
|
||||||
[unzip]=unzip
|
[unzip]=unzip
|
||||||
|
@ -19,7 +19,7 @@ RUN adduser --disabled-password --gecos '' docker \
|
|||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
wget bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
wget bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||||
unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \
|
unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \
|
||||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \
|
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||||
golang-go git openssh-client \
|
golang-go git openssh-client \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ RUN adduser --disabled-password --gecos '' docker \
|
|||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||||
unzip diffutils lzop make file g++ xfonts-utils xsltproc default-jre-headless python3 \
|
unzip diffutils lzop make file g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \
|
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||||
golang-go git openssh-client \
|
golang-go git openssh-client \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
@ -20,7 +20,7 @@ RUN adduser --disabled-password --gecos '' docker \
|
|||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||||
unzip diffutils lzop make file g++ xfonts-utils xsltproc default-jre-headless python3 \
|
unzip diffutils lzop make file g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \
|
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||||
golang-go git openssh-client \
|
golang-go git openssh-client \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip unzip diffutils lzop make file \
|
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip unzip diffutils lzop make file \
|
||||||
g++ xfonts-utils xsltproc default-jre-headless python3 \
|
g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||||
libc6-dev libncurses5-dev \
|
libc6-dev libncurses5-dev \
|
||||||
libjson-perl libxml-parser-perl libparse-yapp-perl \
|
libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||||
golang-go \
|
golang-go \
|
||||||
git openssh-client \
|
git openssh-client \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user