core/linux-armv5 to 4.1.1-1

This commit is contained in:
Kevin Mihelich 2015-07-01 01:01:26 +00:00
parent 9cb56e132f
commit fe28b01c4b

View file

@ -7,7 +7,7 @@ pkgbase=linux-armv5
_srcname=linux-4.1
_kernelname=${pkgbase#linux}
_desc="ARMv5 multi-platform"
pkgver=4.1.0
pkgver=4.1.1
pkgrel=1
arch=('arm')
url="http://www.kernel.org/"
@ -15,9 +15,9 @@ license=('GPL2')
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"
"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-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch'
'0002-ARM-dts-imx23-olinuxino-enable-mxs-builtin-audio.patch'
'0003-imx23-I2C-fixes.patch'
@ -26,6 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'0006-at91-arietta-g25-support.patch'
'config')
md5sums=('fe9dc0f6729f36400ea81aa41d614c37'
'7766291e05ecf0b53d79c532cb44db6c'
'SKIP'
'1576643242d4c2a4ef3f69c62cba953c'
'dc460708c043cac8c70e733fcd6e1a9b'
@ -39,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-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch