mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi to 5.15.68-1
Bump to latest upstream version and remove rootfstype=ext4 from /boot/cmdline.txt
This commit is contained in:
parent
cfedff9dfa
commit
241a2c5683
2 changed files with 5 additions and 5 deletions
|
@ -5,10 +5,10 @@
|
|||
# Contributer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-rpi
|
||||
_commit=dc0f752f772617d43912718917bace425753e80c
|
||||
_commit=ac7d1fdd216a11b75527e5d6b3a00d86ec28edfc
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
pkgver=5.15.67
|
||||
pkgver=5.15.68
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -27,8 +27,8 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
|||
60-linux.hook
|
||||
90-linux.hook
|
||||
)
|
||||
md5sums=('8dfdbf76443750a98c6283f8fff6a978'
|
||||
'6f2eb280d7f10c1926ae6ebe54fbcc96'
|
||||
md5sums=('37cc6f492d2c25e6fbea43e699bac745'
|
||||
'3bab7426d8c8818dda8353da3892a41f'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
|
|
|
@ -1 +1 @@
|
|||
root=/dev/mmcblk0p2 rw rootwait console=serial0,115200 console=tty1 rootfstype=ext4 fsck.repair=yes
|
||||
root=/dev/mmcblk0p2 rw rootwait console=serial0,115200 console=tty1 fsck.repair=yes
|
||||
|
|
Loading…
Reference in a new issue