mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
core/linux-armv5 to 4.3.2-1
This commit is contained in:
parent
3371f9bb70
commit
7143f3d528
1 changed files with 2 additions and 15 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv5
|
|||
_srcname=linux-4.3
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv5 multi-platform"
|
||||
pkgver=4.3.1
|
||||
pkgver=4.3.2
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -16,14 +16,12 @@ makedepends=('xmlto' 'docbook-xsl' '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"
|
||||
#"git+https://github.com/sfjro/aufs4-standalone.git#branch=aufs${pkgver%.*}"
|
||||
#"git+https://github.com/sfjro/aufs4-standalone.git#branch=aufs4.x-rcN"
|
||||
'0001-at91-ariag25-updates.patch'
|
||||
'0002-at91-arietta-g25-support.patch'
|
||||
'0003-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
|
||||
'config')
|
||||
md5sums=('58b35794eee3b6d52ce7be39357801e7'
|
||||
'6c2dcd8d314f687f317b44820151dd92'
|
||||
'3a465c7cf55ec9dbf2d72d9292aa5fde'
|
||||
'efc43501dde0e8fb9329c8ef762ffdf4'
|
||||
'8cf88daec8febbc1a0703c8a3bd6b25c'
|
||||
'd311439f7fb7cb067121812236bbad47'
|
||||
|
@ -40,17 +38,6 @@ prepare() {
|
|||
git apply ../0002-at91-arietta-g25-support.patch
|
||||
git apply ../0003-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
|
||||
|
||||
# AUFS patches
|
||||
#cp -ru "${srcdir}/aufs4-standalone/Documentation" .
|
||||
#cp -ru "${srcdir}/aufs4-standalone/fs" .
|
||||
#cp -ru "${srcdir}/aufs4-standalone/include/uapi/linux/aufs_type.h" ./include/linux
|
||||
#cp -ru "${srcdir}/aufs4-standalone/include/uapi/linux/aufs_type.h" ./include/uapi/linux
|
||||
|
||||
#git apply ../aufs4-standalone/aufs4-kbuild.patch
|
||||
#git apply ../aufs4-standalone/aufs4-base.patch
|
||||
#git apply ../aufs4-standalone/aufs4-mmap.patch
|
||||
#git apply ../aufs4-standalone/aufs4-standalone.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
# add pkgrel to extraversion
|
||||
|
|
Loading…
Reference in a new issue