Fabrice Fontaine
94db182fca
package/libidn2: bump to version 2.3.1
...
Update indentation in hash file (two spaces)
https://gitlab.com/libidn/libidn2/-/blob/v2.3.1/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-19 23:03:04 +02:00
Fabrice Fontaine
d10d5f7fcd
package/libidn: bump to version 1.37
...
https://gitlab.com/libidn/libidn/-/blob/v1.37/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-19 23:03:02 +02:00
Fabrice Fontaine
68753ed38d
package/apitrace: fix musl build
...
build on musl is broken since bump to version 10.0 in commit
1d15817576
Fixes:
- http://autobuild.buildroot.org/results/a10793d01efa3a1533ba37aa845b9ac2bb1dfb6b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-19 23:03:00 +02:00
Gao Xiang
90dfc0a596
fs/erofs: add big pcluster support
...
This enables EROFS big pcluster images for buildroot.
Signed-off-by: Gao Xiang <hsiangkao@aol.com >
[yann.morin.1998@free.fr: must be a multiple of 4KiB]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-07-19 22:34:21 +02:00
Francois Perrad
42bbabdda2
configs/mx6cubox: bump Linux and U-Boot versions
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:42:30 +02:00
Fabio Estevam
1464d87e04
configs/wandboard: bump U-Boot and kernel versions
...
Bump U-Boot to 2021.07 and kernel to 5.13 version.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:42:04 +02:00
Fabio Estevam
1176ed86f5
board/wandboard: switch to extlinux.conf
...
Currently wandboard uses a custom boot.scr.txt script
and custom image generation scripts, genimage.cfg and
post-build.sh.
Switch to using the more standard extlinux.conf solution
and remove the custom scripts in favor of the standard
board/freescale/common/imx/post-image.sh one.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:41:59 +02:00
Bernd Kuhls
861775ebbe
package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.60
...
Release notes:
http://www.bluez.org/release-of-bluez-5-59/
http://www.bluez.org/release-of-bluez-5-60/
Added configure option to disable manpages to avoid rst2man dependency
introduced by version 5.59.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:39:01 +02:00
Fabrice Fontaine
a4c619c1ff
package/libuci: add license files
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:35:42 +02:00
Fabrice Fontaine
5e3a1e6c7c
package/kismet: bump to version 2021-06-R1
...
- Drop patches (already in version)
- C++14 is mandatory since version 2021-05-R1 and
35fefe3805
https://www.kismetwireless.net/release/kismet-2021-05-R1
https://www.kismetwireless.net/release/kismet-2021-06-R1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:35:21 +02:00
Fabrice Fontaine
1d15817576
package/apitrace: bump to version 10.0
...
- Drop all patches (already in version)
- C++17 and gcc >= 7 is required since
37c36e66b8
- Update indentation in hash file (two spaces)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:34:46 +02:00
Fabrice Fontaine
88705a8c24
package/darkhttpd: bump to version 0.13
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:34:31 +02:00
Bernd Kuhls
6ec47c4e59
package/mpv: add optional support for DRM/EGL-based vaapi acceleration
...
https://github.com/mpv-player/mpv/blob/master/wscript#L647
Runtime-tested using mesa3d iris driver on a non-x11 system.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:33:06 +02:00
Bernd Kuhls
031df474c2
package/mpv: add optional support for OpenGL DRM EGL Backend
...
Reference: https://github.com/mpv-player/mpv/blob/master/wscript#L571
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:33:03 +02:00
Bernd Kuhls
df19d7d173
package/mpv: add optional support for OpenGLES
...
mpv also supports OpenGLES:
https://github.com/mpv-player/mpv/blob/master/video/out/opengl/egl_helpers.c#L98
Runtime-tested using mesa3d iris driver on a non-x11 system.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:33:00 +02:00
Bernd Kuhls
083b48194f
package/mpv: fix reproducible build issues
...
Do not include the build date when creating reproducible builds.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:31:31 +02:00
Miquel Raynal
f0b1b5a795
package/usbguard: enforce the right permissions on the configuration file
...
Only 0600 rights are allowed for the rules.conf. This file is read when the
usbguard daemon starts and will prevent it to run otherwise.
As Git only tracks the executable bit, setting the right permissions in the
package makefile is the cleanest solution, in particular when providing this
file from a rootfs overlay.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:30:47 +02:00
Fabrice Fontaine
929c977afb
package/spice: drop duplicated opus handling
...
opus dependency is handled twice since commit
f33f7a4f64
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:29:51 +02:00
Fabrice Fontaine
b784f1bc0f
package/spice: security bump to version 0.15.0
...
Fix CVE-2021-20201: A flaw was found in spice in versions before
0.14.92. A DoS tool might make it easier for remote attackers to cause a
denial of service (CPU consumption) by performing many renegotiations
within a single connection.
https://gitlab.freedesktop.org/spice/spice/-/tags/v0.15.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:29:47 +02:00
Peter Seiderer
e93cf29a70
package/wireless-regdb: bump version to 2021.04.21
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:28:00 +02:00
Bernd Kuhls
b5bab43e13
package/ell: bump version to 0.41
...
Changelog:
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog
Needed for bluez5_utils bump to version 5.59.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:27:56 +02:00
Geoff Levand
a9f273b673
package/flannel: bump version to 0.14.0
...
Bump flannel version from 0.12.0 to 0.14.0.
Signed-off-by: Geoff Levand <geoff@infradead.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:26:40 +02:00
Geoff Levand
2f6cd888f4
package/flannel: update project URL
...
Update flannel project URL.
from: github.com/coreos/flannel
to: github.com/flannel-io/flannel
Signed-off-by: Geoff Levand <geoff@infradead.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:25:48 +02:00
Fabrice Fontaine
9cbbb19a6d
package/libndp: bump to version 1.8
...
Update indentation in hash file (two spaces)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:24:54 +02:00
Fabrice Fontaine
f6461f6fc8
package/libndp: drop patch
...
Patch is not needed since bump to version 1.7 in commit
6274f41913 and
94e9a082d7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:24:48 +02:00
Nicola Di Lieto
c5348521f8
package/uacme: bump version to 1.7.1
...
Signed-off-by: Nicola Di Lieto <nicola.dilieto@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:23:15 +02:00
Gwenhael Goavec-Merou
3f1013dca3
package/gqrx: bump version to 2.14.4
...
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:19:37 +02:00
Gwenhael Goavec-Merou
d9512b08a4
package/gqrx: fix comment dependency in Config.in
...
comment message for gqrx is always displayed. This is due to an invert
dependency: GQRX depends on !BR2_STATIC_LIBS so comment must depends
on BR2_STATIC_LIBS.
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:14:38 +02:00
Yegor Yefremov
6596e73adf
package/python-pysmb: bump to version 1.2.7
...
Change download location to the project's page so that
we still can get *.tar.gz file instead of *.zip.
The LICENSE file has changed the copyright year from 2015
to 2020.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:43:13 +02:00
Bernd Kuhls
d6fefd4f21
package/icu: bump version to 69-1
...
Release notes: http://site.icu-project.org/download/69
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:41:37 +02:00
Christian Stewart
2e10364e3b
package/delve: bump to version 1.6.1
...
Signed-off-by: Christian Stewart <christian@paral.in >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:40:20 +02:00
Alexander Egorenkov
ff9241c3c8
configs/qemu_s390x: bump kernel version to 5.10.41
...
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:39:35 +02:00
Peter Seiderer
96886e0851
configs/raspberrypicm4io_64_defconfig: fix typo (missing '=y')
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:35:51 +02:00
Peter Seiderer
f64e93cd02
configs/raspberrypicm4io_defconfig: fix typo (missing '=y')
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:35:46 +02:00
Giulio Benetti
747e2eed88
package/binutils: fix building or1k with host gcc version < 5
...
Add patches to fix building on hosts that provide gcc version < 5
(i.e. 4.9), otherwise they fail due to missing default '-std=gnu11' option
on variable declaration inside for loops.
The patch is pending upstream:
https://sourceware.org/pipermail/binutils/2021-June/116884.html
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:28:08 +02:00
Bernd Kuhls
5540b78947
package/kodi-pvr-hts: bump version to 8.3.4-Matrix
...
Changelog:
https://github.com/kodi-pvr/pvr.hts/blob/Matrix/pvr.hts/changelog.txt
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:17:49 +02:00
Bernd Kuhls
15f4e75e3a
package/kodi-pvr-vuplus: bump version to 7.4.9-Matrix
...
Changelog:
https://github.com/kodi-pvr/pvr.vuplus/blob/Matrix/pvr.vuplus/changelog.txt
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:17:45 +02:00
Bernd Kuhls
3041643d96
package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix
...
Changelog:
https://github.com/xbmc/inputstream.adaptive/blob/Matrix/inputstream.adaptive/addon.xml.in#L18
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:17:41 +02:00
Fabrice Fontaine
d9762f470d
package/civetweb: fix license hash
...
Commit b5ba0119e8 forgot to update hash of
LICENSE.md (update of LuaFileSystem and year with
1178ea98cc
a9fb075fd8 )
Fixes:
- No autobuilder failures yet
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 22:17:22 +02:00
Drew Fustini
3abd21bcd9
configs/beaglev: switch to upstream opensbi generic platform
...
Switch from the starfive-tech opensbi to upstream repo and use generic
platform now that it supports the console uart [1]. This landed after
the 0.9 release [2], so the current head of master branch is used [3].
FW_FDT_PATH is set to u-boot.dtb so that the device tree from U-Boot
will be included in the OpenSBI build [4]. Note that U-Boot must have
CONFIG_OF_SEPARATE enabled for U-Boot to build u-boot.dtb [5].
[1] e822b7504d
[2] 234ed8e427
[3] 79f9b4220f
[4] https://github.com/riscv/opensbi/blob/master/docs/firmware/fw.md
[5] https://github.com/u-boot/u-boot/blob/master/doc/README.fdt-control
Reviewed-by: Alistair Francis <alistair.francis@wdc.com >
Reviewed-by: Bin Meng <bmeng.cn@gmail.com >
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 21:25:11 +02:00
Drew Fustini
65a00a4570
configs/beaglev: update U-Boot to enable OF_SEPARATE
...
Update commit ID of U-Boot to latest commit in starfive-tech repo [1]
which enables OF_SEPARATE [2].
[1] https://github.com/starfive-tech/u-boot/tree/Fedora_VIC_7100_2021.04
[2] 64ead5b839
Reviewed-by: Alistair Francis <alistair.francis@wdc.com >
Reviewed-by: Bin Meng <bmeng.cn@gmail.com >
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 21:24:49 +02:00
Drew Fustini
4210b26892
boot/opensbi: introduce BR2_TARGET_OPENSBI_FW_FDT_PATH
...
If U-Boot CONFIG_OF_SEPARATE is defined [1], then the device tree will
be built and placed in a u-boot.dtb file alongside u-boot.bin.
When BR2_TARGET_UBOOT_FORMAT_DTB is enabled, buildroot will copy
u-boot.dtb to $(BINARIES_DIR).
This is useful for RISC-V platforms that want to build OpenSBI with an
external DTB by using FW_FDT_PATH [2].
[1] https://github.com/u-boot/u-boot/blob/master/doc/README.fdt-control
[2] https://github.com/riscv/opensbi/blob/master/docs/firmware/fw.md
Reviewed-by: Alistair Francis <alistair.francis@wdc.com >
Reviewed-by: Bin Meng <bmeng.cn@gmail.com >
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 21:24:37 +02:00
Drew Fustini
ce534677cb
boot/uboot: introduce BR2_TARGET_UBOOT_FORMAT_DTB
...
If U-Boot CONFIG_OF_SEPARATE is defined [1], then the device tree will
be built and placed in a u-boot.dtb file alongside u-boot.bin.
When BR2_TARGET_UBOOT_FORMAT_DTB is enabled, buildroot will copy
u-boot.dtb to $(BINARIES_DIR).
This is useful for RISC-V platforms that want to build OpenSBI with an
external DTB by using FW_FDT_PATH [2].
[1] https://github.com/u-boot/u-boot/blob/master/doc/README.fdt-control
[2] https://github.com/riscv/opensbi/blob/master/docs/firmware/fw.md
Reviewed-by: Alistair Francis <alistair.francis@wdc.com >
Reviewed-by: Bin Meng <bmeng.cn@gmail.com >
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 21:22:21 +02:00
Fabrice Fontaine
2392f76b6b
package/usbguard: disable on musl
...
usbguard doesn't build on musl because it uses GNU version of strerror_r
as well as basename resulting in the following build failure:
In file included from ./src/Library/public/usbguard/Rule.hpp:24,
from src/CLI/usbguard-rule-parser.cpp:23:
./src/Library/public/usbguard/Exception.hpp: In static member function 'static std::string usbguard::ErrnoException::reasonFromErrno(int)':
./src/Library/public/usbguard/Exception.hpp:129:72: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(int)'
129 | return std::string(strerror_r(errno_value, buffer, sizeof buffer));
|
Fixes:
- http://autobuild.buildroot.org/results/ac1fd7b8c7bd65c73a9213a40c5ed1c39204dab0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 19:58:10 +02:00
Fabrice Fontaine
b18d9d6191
package/exiv2: fix build without SSP
...
Build without SSP fails since bump to version 0.27.4 in commit
bcace42942
This is due to the fact that
bbe0b70840
removed the wrong GCC_ prefix from HAS_FSTACK_PROTECTOR_STRONG variable
Fixes:
- http://autobuild.buildroot.org/results/ae4635899124c602c70d2b342a76f95c34aa4a3d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 19:55:39 +02:00
Fabrice Fontaine
a6855bb94a
package/vala: bump to version 0.52.4
...
Update patch
This will fix the following build failure with gssdp 1.2.3 which is
raised since commit 7a2f73e993 :
FAILED: vala/gssdp-1.2.vapi
/home/buildroot/autobuild/run/instance-1/output-1/host/bin/vapigen --quiet --library=gssdp-1.2 --directory=/home/buildroot/autobuild/run/instance-1/output-1/build/gssdp-1.2.3/build/vala --pkg=gio-2.0 --pkg=libsoup-2.4 --metadatadir=/home/buildroot/autobuild/run/instance-1/output-1/build/gssdp-1.2.3/vala /home/buildroot/autobuild/run/instance-1/output-1/build/gssdp-1.2.3/build/libgssdp/GSSDP-1.2.gir
GSSDP-1.2.gir:1656.5-1656.29: error: unknown child element `docsection' in `namespace'
https://github.com/GNOME/vala/blob/0.52.4/NEWS
Fixes:
- http://autobuild.buildroot.org/results/e531029f75c8d6886f797b5bd01795d16f6848f3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 19:53:55 +02:00
Mirza Kapetanovic
d8f5a017b8
package/uboot-tools: concat files before passing to env image tool
...
Fix BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE so that files are actually concatenated
as described in the help text.
Signed-off-by: Mirza Kapetanovic <mirza.kapetanovic@gmail.com >
Reviewed-by: Matthew Weber <matthew.weber@collins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 19:52:23 +02:00
Pierre-Jean Texier
b1b95e0770
configs/stm32mp157c_dk2: bump Linux and U-Boot versions
...
Needed to keep both stm32mp157c_dk1 and stm32mp157c_dk2
aligned.
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com >
Reviewed-by: Sergey Matyukevich <geomatsi@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 14:06:31 +02:00
Pierre-Jean Texier
9a93dc18dc
configs/stm32mp157a_dk1: remove uboot config fragment
...
Running stm32mp1 watchdog is properly recognized and handled by kernel
watchdog framework since Linux v5.6.
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 14:06:20 +02:00
Fabrice Fontaine
2f0ae33afd
package/trinity: fix build with kernel >= 5.13
...
Fixes:
- http://autobuild.buildroot.org/results/c58119baed8d7711da799e34a5ee1117f46b96f4
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 14:02:36 +02:00