mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-kirkwood-dt to 4.20.1-1
This commit is contained in:
parent
cee098e9c9
commit
a72ff9ecbc
2 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood-dt
|
|||
_srcname=linux-4.20
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood DT"
|
||||
pkgver=4.20.0
|
||||
pkgver=4.20.1
|
||||
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=('d39dd4ba2d5861c54b90d49be19eaf31'
|
||||
'7e40323befd2f78e5332ee19db6ec7b0'
|
||||
'266879c5294611d490e77cea481ccc56'
|
||||
'aa226ccbb7e87d7425fd821853acb963'
|
||||
'0be83f5a22b064a26298c27a6490bf66'
|
||||
'af8d50174d8d1e096224dcc87729a4c9'
|
||||
'e397c1304b5cdeea1dfffd77d37f670e'
|
||||
'32bca55de0649d834bf6cdd8a98326d2'
|
||||
'b1eb766cec85dea6dbc4c9241c21c824'
|
||||
'90a5329d66c076e2c5c3208a7173525a'
|
||||
'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.20.0-1 Kernel Configuration
|
||||
# Linux/arm 4.20.1-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -4675,6 +4675,7 @@ CONFIG_USB_HSIC_USB4604=m
|
|||
# CONFIG_USB_ULPI is not set
|
||||
# CONFIG_USB_GADGET is not set
|
||||
# CONFIG_TYPEC is not set
|
||||
# CONFIG_USB_ROLE_SWITCH is not set
|
||||
CONFIG_USB_LED_TRIG=y
|
||||
# CONFIG_USB_ULPI_BUS is not set
|
||||
# CONFIG_UWB is not set
|
||||
|
|
Loading…
Reference in a new issue