mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-mmp to 3.10.52-1
This commit is contained in:
parent
f7e0bd7d75
commit
531daf5bf0
1 changed files with 6 additions and 6 deletions
|
@ -7,8 +7,8 @@ pkgbase=linux-mmp
|
|||
_srcname=linux-3.10
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell PXA168/MMP platforms"
|
||||
pkgver=3.10.51
|
||||
pkgrel=2
|
||||
pkgver=3.10.52
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/Marvell-Semi/PXA168_kernel/tree/gplugd-dev"
|
||||
license=('GPL2')
|
||||
|
@ -17,12 +17,12 @@ 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%.*}.x"
|
||||
'http://archlinuxarm.org/builder/src/gplugd.patch.xz'
|
||||
'http://archlinuxarm.org/builder/src/0001-Guruplug-Display-support.patch'
|
||||
'config')
|
||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||
'3c83eb32b21aad9a9983a3758d27dd1a'
|
||||
'db676e44be72d7a65c52c52499198be4'
|
||||
'SKIP'
|
||||
'e5d2d65404b0ad9e6596b2e22365dfdc'
|
||||
'ed93929850ca95cac672459da37e57c5'
|
||||
'9597a50acddabe1bd309189a74aa5217')
|
||||
|
||||
prepare() {
|
||||
|
@ -43,7 +43,7 @@ prepare() {
|
|||
patch -Np1 -i ../aufs3-standalone/aufs3-standalone.patch
|
||||
|
||||
# gplugd patch
|
||||
patch -p1 -i ../gplugd.patch
|
||||
patch -p1 -i ../0001-Guruplug-Display-support.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
|
|
Loading…
Reference in a new issue