diff --git a/core/linux-armv5/PKGBUILD b/core/linux-armv5/PKGBUILD index dabf4a3aa..1fa9917ce 100644 --- a/core/linux-armv5/PKGBUILD +++ b/core/linux-armv5/PKGBUILD @@ -1,4 +1,4 @@ -# ARMv5 based platforms +# ARMv5 multi-platform # Maintainer: Kevin Mihelich buildarch=2 @@ -6,8 +6,8 @@ buildarch=2 pkgbase=linux-armv5 _srcname=linux-3.17 _kernelname=${pkgbase#linux} -_desc="ARMv5 based platforms" -pkgver=3.17.0 +_desc="ARMv5 multi-platform" +pkgver=3.17.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/v3.x/${_srcname}.tar.xz" - #"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz" - #"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}" - "git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN" + "http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz" + "git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}" + #"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN" '0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch' '0001-arm-dts-imx23-olinuxino-enable-mxs-builtin-audio.patch' '0002-Added-DTS-with-mxs-builtin-entries-for-testing-the-a.patch' @@ -25,6 +25,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" 'archlinuxarm.patch' 'config') md5sums=('fb30d0f29214d75cddd2faa94f73d5cf' + 'f95409f0f5e3897d86acadd960fbcddb' 'SKIP' 'e3911eef007c122d23fd8ad7e91d69bf' '3a1e689563354c2f9f2d2764e1baa334' @@ -37,7 +38,7 @@ prepare() { cd "${srcdir}/${_srcname}" # add upstream patch - #git apply "${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