mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-mmp to 3.10.29-1
This commit is contained in:
parent
deae7f0c10
commit
34e9ccefd0
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ _desc="Marvell PXA168/MMP platforms"
|
|||
pkgver=3.10.29
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/lwpkthread/mrvl-app-processor-kernel-dev"
|
||||
url="https://github.com/Marvell-Semi/PXA168_kernel/tree/gplugd-dev"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage')
|
||||
options=('!strip')
|
||||
|
@ -29,7 +29,7 @@ prepare() {
|
|||
# upstream patch
|
||||
patch -p1 -i ../patch-${pkgver}
|
||||
|
||||
# gplugd patches
|
||||
# gplugd patch
|
||||
patch -p1 -i ../gplugd.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
|
Loading…
Reference in a new issue