mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-armv7 to 4.19.1-1
This commit is contained in:
parent
6831ada936
commit
9b7b51a36a
2 changed files with 9 additions and 7 deletions
|
@ -7,16 +7,16 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-4.19
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=4.19.0
|
||||
pkgver=4.19.1
|
||||
pkgrel=1
|
||||
rcnrel=armv7-x3
|
||||
rcnrel=armv7-x5
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||
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"
|
||||
"http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||
|
@ -34,7 +34,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('740a90cf810c2105df8ee12e5d0bb900'
|
||||
'c36273de258b349d35a8c64bbb047660'
|
||||
'8d5da563baab055b8d76c94f5040948a'
|
||||
'3a012ff92f1cea19fce6c1e70ceb51e4'
|
||||
'acbef669729b6d1714eae635e3fc5cb0'
|
||||
'592521ffbad728eb5b6bd6cbfb2f7483'
|
||||
'b75039abcd5c8d040ff16b3f95586827'
|
||||
|
@ -44,7 +45,7 @@ md5sums=('740a90cf810c2105df8ee12e5d0bb900'
|
|||
'08dc5f1eda02cffa65842b5610ba8cb8'
|
||||
'07232ec1318aab8d53a16e3a99af50a7'
|
||||
'579a311a4be75313e778c9b04fa95f52'
|
||||
'e7d793a9a2b813a58392a4fae7e414c3'
|
||||
'698a7440008cbe2395f694a84dbed578'
|
||||
'4f2379ed84258050edb858ee8d281678'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
@ -55,7 +56,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
|
||||
# RCN patch
|
||||
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.19.0-1 Kernel Configuration
|
||||
# Linux/arm 4.19.1-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -8313,6 +8313,7 @@ CONFIG_UFS_FS=m
|
|||
# CONFIG_UFS_DEBUG is not set
|
||||
CONFIG_EXOFS_FS=m
|
||||
# CONFIG_EXOFS_DEBUG is not set
|
||||
# CONFIG_AUFS_FS is not set
|
||||
CONFIG_ORE=m
|
||||
CONFIG_NETWORK_FILESYSTEMS=y
|
||||
CONFIG_NFS_FS=y
|
||||
|
|
Loading…
Reference in a new issue