mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-armv5 to 3.16.1-1
This commit is contained in:
parent
6a8149abdc
commit
8d4cd53d72
1 changed files with 5 additions and 4 deletions
|
@ -7,15 +7,15 @@ pkgbase=linux-armv5
|
|||
_srcname=linux-3.16
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv5 based platforms"
|
||||
pkgver=3.16.0
|
||||
pkgrel=2
|
||||
pkgver=3.16.1
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
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"
|
||||
"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'
|
||||
|
@ -25,6 +25,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'archlinuxarm.patch'
|
||||
'config')
|
||||
md5sums=('5c569ed649a0c9711879f333e90c5386'
|
||||
'9da4b0f5e343455b8141bcfa47e88cf5'
|
||||
'SKIP'
|
||||
'5add8cc8a029016f05270f73c7863931'
|
||||
'3a1e689563354c2f9f2d2764e1baa334'
|
||||
|
@ -37,7 +38,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply "${srcdir}/patch-${pkgver}"
|
||||
git apply "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# ALARM patches
|
||||
git apply ../0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch
|
||||
|
|
Loading…
Reference in a new issue