mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-armv7 to 6.11-3
This commit is contained in:
parent
ea39aadac9
commit
cd73285b24
2 changed files with 5 additions and 4 deletions
|
@ -8,7 +8,7 @@ _srcname=linux-6.11
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ARMv7 multi-platform"
|
_desc="ARMv7 multi-platform"
|
||||||
pkgver=6.11
|
pkgver=6.11
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
rcnver=6.11.0
|
rcnver=6.11.0
|
||||||
rcnrel=multiv7-r1
|
rcnrel=multiv7-r1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
|
@ -17,7 +17,7 @@ license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
|
source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
|
||||||
#"https://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz"
|
"https://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz"
|
||||||
"https://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz"
|
"https://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz"
|
||||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||||
|
@ -32,6 +32,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
|
||||||
'kernel_data_key.vbprivk'
|
'kernel_data_key.vbprivk'
|
||||||
'linux.preset')
|
'linux.preset')
|
||||||
md5sums=('612a9feef07be8663098a0a58cddf7a6'
|
md5sums=('612a9feef07be8663098a0a58cddf7a6'
|
||||||
|
'34b2dcd66d05861b6fd46bffd5228f3d'
|
||||||
'a8fee8d94b748323e10b256c3589dd10'
|
'a8fee8d94b748323e10b256c3589dd10'
|
||||||
'f531ad638bb6dd9d8e9e2e880c97ea12'
|
'f531ad638bb6dd9d8e9e2e880c97ea12'
|
||||||
'e3b3f3fa4ccd1f63b24fb6985c8052f3'
|
'e3b3f3fa4ccd1f63b24fb6985c8052f3'
|
||||||
|
@ -40,7 +41,7 @@ md5sums=('612a9feef07be8663098a0a58cddf7a6'
|
||||||
'74f514abbd92de3368e3d4cf11165317'
|
'74f514abbd92de3368e3d4cf11165317'
|
||||||
'8782b146a24e043a1da5e437f689e864'
|
'8782b146a24e043a1da5e437f689e864'
|
||||||
'527b0497440d97de53ee1e31fd51bdbc'
|
'527b0497440d97de53ee1e31fd51bdbc'
|
||||||
'936cc523e8db64e4430f1a75495f0120'
|
'ce73991542f08c13042d8a766eeb9e79'
|
||||||
'9e4fc0be1094c64af6f127e5be9ceb50'
|
'9e4fc0be1094c64af6f127e5be9ceb50'
|
||||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||||
'584777ae88bce2c5659960151b64c7d8'
|
'584777ae88bce2c5659960151b64c7d8'
|
||||||
|
|
|
@ -10559,7 +10559,7 @@ CONFIG_SECURITY_SMACK_BRINGUP=y
|
||||||
# CONFIG_SECURITY_YAMA is not set
|
# CONFIG_SECURITY_YAMA is not set
|
||||||
# CONFIG_SECURITY_SAFESETID is not set
|
# CONFIG_SECURITY_SAFESETID is not set
|
||||||
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
|
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
|
||||||
# CONFIG_SECURITY_LANDLOCK is not set
|
CONFIG_SECURITY_LANDLOCK=y
|
||||||
CONFIG_INTEGRITY=y
|
CONFIG_INTEGRITY=y
|
||||||
# CONFIG_INTEGRITY_SIGNATURE is not set
|
# CONFIG_INTEGRITY_SIGNATURE is not set
|
||||||
CONFIG_INTEGRITY_AUDIT=y
|
CONFIG_INTEGRITY_AUDIT=y
|
||||||
|
|
Loading…
Reference in a new issue