mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-armv5 to 5.2.1-1
This commit is contained in:
parent
91fd514d5d
commit
521c4cd6e1
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv5
|
|||
_srcname=linux-5.2
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv5 multi-platform"
|
||||
pkgver=5.2.0
|
||||
pkgver=5.2.1
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -15,7 +15,7 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
|
||||
'0002-at91-ariag25-updates.patch'
|
||||
'0003-at91-arietta-g25-support.patch'
|
||||
|
@ -29,6 +29,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('ddf994de00d7b18395886dd9b30b9262'
|
||||
'a45be902d46625f7b554f17bab3686f0'
|
||||
'b4044be25d4cd6f19397cfbb77bf18b3'
|
||||
'dd25efc6a7b5858b4124731061e56f96'
|
||||
'245e394d09b692db7eac9be7eb8d3bd3'
|
||||
|
@ -46,7 +47,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-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
|
||||
|
|
Loading…
Reference in a new issue