mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-kirkwood-dt to 4.19.4-1
This commit is contained in:
parent
4f471051ce
commit
17e9575cb2
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood-dt
|
|||
_srcname=linux-4.19
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood DT"
|
||||
pkgver=4.19.0
|
||||
pkgver=4.19.4
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -15,7 +15,7 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
'0001-leds-trigger-Introduce-a-SATA-trigger.patch'
|
||||
'0002-ata-sata_mv-Add-SATA-activity-LED-trigger-support.patch'
|
||||
'0003-ARM-dts-kirkwood-pogo_e02-Set-health-LED-to-default-.patch'
|
||||
|
@ -26,13 +26,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('740a90cf810c2105df8ee12e5d0bb900'
|
||||
'b8be99a0716df1ddf22a6872fcf7be33'
|
||||
'266879c5294611d490e77cea481ccc56'
|
||||
'aa226ccbb7e87d7425fd821853acb963'
|
||||
'0be83f5a22b064a26298c27a6490bf66'
|
||||
'af8d50174d8d1e096224dcc87729a4c9'
|
||||
'e397c1304b5cdeea1dfffd77d37f670e'
|
||||
'32bca55de0649d834bf6cdd8a98326d2'
|
||||
'f25bb3fd55809b99af46b1725b08d799'
|
||||
'41bc7998e5dde6ecf21c6079f08c6cd6'
|
||||
'959e49540dac4c5e689ad9037150a360'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
|
@ -40,7 +41,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# ALARM patches
|
||||
git apply ../0001-leds-trigger-Introduce-a-SATA-trigger.patch
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.19.0-1 Kernel Configuration
|
||||
# Linux/arm 4.19.4-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -5968,7 +5968,6 @@ CONFIG_CRYPTO_CHACHA20=m
|
|||
CONFIG_CRYPTO_SEED=m
|
||||
CONFIG_CRYPTO_SERPENT=m
|
||||
# CONFIG_CRYPTO_SM4 is not set
|
||||
# CONFIG_CRYPTO_SPECK is not set
|
||||
CONFIG_CRYPTO_TEA=m
|
||||
CONFIG_CRYPTO_TWOFISH=m
|
||||
CONFIG_CRYPTO_TWOFISH_COMMON=m
|
||||
|
|
Loading…
Reference in a new issue