mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi4 to 5.10.63-9
Upstream bump and switch btrfs to enabled from module in config8 which is consistent with other rpi kernel configs
This commit is contained in:
parent
3f0de3a7a5
commit
46798bd3fc
2 changed files with 5 additions and 5 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=150072b5ec6a48ff542ddf1245a28201c9bf3e54
|
||||
_commit=27f5c22ebb463ebd43ab246e671854197bda4b05
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.63
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -25,7 +25,7 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('e4553f36adc73f17bf1630162a07ed2b'
|
||||
md5sums=('9bb3b5a71ce6d0fbedd475e31422efc9'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
|
@ -33,7 +33,7 @@ md5sums=('e4553f36adc73f17bf1630162a07ed2b'
|
|||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('49e21ac4ec344d22bc09dca53503e4ac'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('5f3ae458e5a1e0af5564990f4c7c20e0'
|
||||
md5sums_aarch64=('bb13c50eca73c2641fe15e9a6c212bbc'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
|
||||
# setup vars
|
||||
|
|
|
@ -7390,7 +7390,7 @@ CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
|
|||
CONFIG_OCFS2_FS_STATS=y
|
||||
CONFIG_OCFS2_DEBUG_MASKLOG=y
|
||||
# CONFIG_OCFS2_DEBUG_FS is not set
|
||||
CONFIG_BTRFS_FS=m
|
||||
CONFIG_BTRFS_FS=y
|
||||
CONFIG_BTRFS_FS_POSIX_ACL=y
|
||||
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
|
||||
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
|
||||
|
|
Loading…
Reference in a new issue