mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-rpi to 5.15.41-1
Upstream bump and add display_auto_detect=1 to distroconfig.txt This enables automatic loading of overlays for detected DSI displays
This commit is contained in:
parent
65b08a14d3
commit
8f8bd9c5ed
2 changed files with 7 additions and 5 deletions
|
@ -5,11 +5,11 @@
|
|||
# Contributer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-rpi
|
||||
_commit=0fffce9692be7e18d9aefa3273b8b1f70f11fbbc
|
||||
_commit=2d1db105ff95870920f3d6c5480d125cf70437fd
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
pkgver=5.15.40
|
||||
pkgrel=3
|
||||
pkgver=5.15.41
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -27,14 +27,14 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
|||
60-linux.hook
|
||||
90-linux.hook
|
||||
)
|
||||
md5sums=('94c2fb97d13bbedbdfbdc6f8cd94cd0a'
|
||||
md5sums=('41fe8b9a7bf06188e593d21ef8f781bf'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('786af5738a7410ce083c845b7d5cd8ac'
|
||||
'a9a05a9e8487584b10a0191dd53e5170')
|
||||
'7e4403dea857e40005bf76beda9927ff')
|
||||
md5sums_aarch64=('dfc3148cb4f48df24bb3259f64b1830e'
|
||||
'a9a05a9e8487584b10a0191dd53e5170')
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
dtoverlay=vc4-kms-v3d
|
||||
initramfs initramfs-linux.img followkernel
|
||||
|
||||
display_auto_detect=1
|
||||
|
||||
# Uncomment to enable bluetooth
|
||||
#dtparam=krnbt=on
|
||||
|
||||
|
|
Loading…
Reference in a new issue