core/linux-sun7i to 3.4.90-3

This commit is contained in:
Kevin Mihelich 2014-06-14 00:17:00 +00:00
parent f0488cf526
commit 6d8c8eeaf4

View file

@ -9,18 +9,16 @@ _srcname=linux-sunxi-${_commit}
_kernelname=${pkgbase#linux}
_desc="sun7i"
pkgver=3.4.90
pkgrel=2
pkgrel=3
arch=('armv7h')
url="https://github.com/linux-sunxi/linux-sunxi/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git')
options=('!strip')
source=("https://github.com/linux-sunxi/linux-sunxi/archive/${_commit}.tar.gz"
'http://archlinuxarm.org/builder/src/0001-cgroup-add-xattr-support-sunxi.patch'
'config'
'working-bcmdhd-driver.patch')
md5sums=('dbf73f4cb6b1399e73449f4e91bf5694'
'4aa5087e3396f3179b61ccd478e9e604'
'de37d69659599a9f8096897b5837451e'
'07c260ca97572a830778362c7b744f9c')
@ -32,8 +30,6 @@ prepare() {
# patch bcmdhd driver with a working version
patch -Np1 -i "${srcdir}/working-bcmdhd-driver.patch"
git apply ../0001-cgroup-add-xattr-support-sunxi.patch
# add pkgrel to extraversion
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile