mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-kirkwood-dt to 4.19.0-1
This commit is contained in:
parent
27e20c0a97
commit
7d4f5372c9
3 changed files with 537 additions and 465 deletions
|
@ -4,10 +4,10 @@
|
|||
buildarch=2
|
||||
|
||||
pkgbase=linux-kirkwood-dt
|
||||
_srcname=linux-4.18
|
||||
_srcname=linux-4.19
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood DT"
|
||||
pkgver=4.18.14
|
||||
pkgver=4.19.0
|
||||
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'
|
||||
|
@ -25,15 +25,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'config'
|
||||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('bee5fe53ee1c3142b8f0c12c0d3348f9'
|
||||
'5e8695bf4dc16213963ba04768a23539'
|
||||
md5sums=('740a90cf810c2105df8ee12e5d0bb900'
|
||||
'266879c5294611d490e77cea481ccc56'
|
||||
'aa226ccbb7e87d7425fd821853acb963'
|
||||
'0be83f5a22b064a26298c27a6490bf66'
|
||||
'af8d50174d8d1e096224dcc87729a4c9'
|
||||
'e397c1304b5cdeea1dfffd77d37f670e'
|
||||
'32bca55de0649d834bf6cdd8a98326d2'
|
||||
'6c453df5f1c26e0d342286ee0b34329f'
|
||||
'f25bb3fd55809b99af46b1725b08d799'
|
||||
'959e49540dac4c5e689ad9037150a360'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
|
@ -41,7 +40,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
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood-dt
|
||||
KERNEL_VERSION=4.15.6-1-ARCH
|
||||
KERNEL_VERSION=4.19.0-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue