mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-mmp to 3.10.29-1
This commit is contained in:
parent
6c973d6965
commit
ba19ff7ace
1 changed files with 5 additions and 5 deletions
|
@ -7,10 +7,10 @@ pkgbase=linux-mmp
|
|||
_srcname=linux-3.10
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell PXA168/MMP platforms"
|
||||
pkgver=3.10.28
|
||||
pkgrel=2
|
||||
pkgver=3.10.29
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/Marvell-Semi/PXA168_kernel/tree/gplugd-dev"
|
||||
url="https://github.com/lwpkthread/mrvl-app-processor-kernel-dev"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage')
|
||||
options=('!strip')
|
||||
|
@ -19,7 +19,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'http://archlinuxarm.org/builder/src/gplugd.patch.xz'
|
||||
'config')
|
||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||
'34514ae21798afcf2a8dc3c77f2714a6'
|
||||
'be6e9556b5e967ff26e999de62ac1118'
|
||||
'e5d2d65404b0ad9e6596b2e22365dfdc'
|
||||
'fe26c4989e8f4213f771b15095832533')
|
||||
|
||||
|
@ -29,7 +29,7 @@ prepare() {
|
|||
# upstream patch
|
||||
patch -p1 -i ../patch-${pkgver}
|
||||
|
||||
# gplugd patch
|
||||
# gplugd patches
|
||||
patch -p1 -i ../gplugd.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
|
Loading…
Reference in a new issue