mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
core/linux-armv7 to 4.1.1-1
This commit is contained in:
parent
fe28b01c4b
commit
742e5632cd
1 changed files with 17 additions and 16 deletions
|
@ -7,19 +7,19 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-4.1
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=4.1.0
|
||||
pkgrel=2
|
||||
rcnrel=armv7-x0
|
||||
pkgver=4.1.1
|
||||
pkgrel=1
|
||||
rcnrel=armv7-x1
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools')
|
||||
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"
|
||||
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
"http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
||||
#"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=aufs${pkgver%.*}"
|
||||
#"git+https://github.com/sfjro/aufs4-standalone.git#branch=aufs4.x-rcN"
|
||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||
'0003-SMILE-Plug-device-tree-file.patch'
|
||||
|
@ -30,23 +30,24 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'0008-USB-armory-support.patch'
|
||||
'config')
|
||||
md5sums=('fe9dc0f6729f36400ea81aa41d614c37'
|
||||
'6666a3775a8bd366bc6501ef954109d2'
|
||||
'7766291e05ecf0b53d79c532cb44db6c'
|
||||
'7b86bd9e2401710c4480cef7b02dde6b'
|
||||
'SKIP'
|
||||
'f9ea147ecd7d796df4aa281c9ebf941b'
|
||||
'25247d01ce6520201f49e6b21d5e467e'
|
||||
'34489b347a9efb594c31ebf01d8c2e3d'
|
||||
'32ea5a4455150da7c258b104a1f6e831'
|
||||
'118b747e801e6ddfd898c9e356220f28'
|
||||
'fa1c571243107cb76c265acacc48e05e'
|
||||
'6fb01f0b5cd05de3a44ebf30599eddf9'
|
||||
'be06d6059e1e52c7f33ffd08d021ddfb'
|
||||
'db7c0ff1f385725f3e0683b0f544db6b'
|
||||
'ad71eb3cdf4fa9b1b292017af32cbf79'
|
||||
'5f549866a22ba1ebe1476c4f2800a1fe'
|
||||
'3c99f777fa383198887cba84b768efe7'
|
||||
'95895bca7fad74be10216eb293026f5e'
|
||||
'aa5fc5a2efb2d122c6dbd49fb9356e2e'
|
||||
'996623b310630e6471329f304167834c'
|
||||
'8a5f87a89b4d0f9a7c93d762670e7342'
|
||||
'7c666728ed21ca965ed2ddaef7579ecc')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
|
||||
# RCN patch
|
||||
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
||||
|
|
Loading…
Reference in a new issue