mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-armv5 to 4.1.1-1
This commit is contained in:
parent
9cb56e132f
commit
fe28b01c4b
1 changed files with 6 additions and 5 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv5
|
||||||
_srcname=linux-4.1
|
_srcname=linux-4.1
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ARMv5 multi-platform"
|
_desc="ARMv5 multi-platform"
|
||||||
pkgver=4.1.0
|
pkgver=4.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -15,9 +15,9 @@ license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
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"
|
"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=aufs${pkgver%.*}"
|
||||||
"git+https://github.com/sfjro/aufs4-standalone.git#branch=aufs4.x-rcN"
|
#"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'
|
'0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch'
|
||||||
'0002-ARM-dts-imx23-olinuxino-enable-mxs-builtin-audio.patch'
|
'0002-ARM-dts-imx23-olinuxino-enable-mxs-builtin-audio.patch'
|
||||||
'0003-imx23-I2C-fixes.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'
|
'0006-at91-arietta-g25-support.patch'
|
||||||
'config')
|
'config')
|
||||||
md5sums=('fe9dc0f6729f36400ea81aa41d614c37'
|
md5sums=('fe9dc0f6729f36400ea81aa41d614c37'
|
||||||
|
'7766291e05ecf0b53d79c532cb44db6c'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'1576643242d4c2a4ef3f69c62cba953c'
|
'1576643242d4c2a4ef3f69c62cba953c'
|
||||||
'dc460708c043cac8c70e733fcd6e1a9b'
|
'dc460708c043cac8c70e733fcd6e1a9b'
|
||||||
|
@ -39,7 +40,7 @@ prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
git apply ../0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch
|
git apply ../0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch
|
||||||
|
|
Loading…
Reference in a new issue