core/linux-sun4i to 3.4.90-2

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

View file

@ -9,17 +9,15 @@ _srcname=linux-sunxi-${_commit}
_kernelname=${pkgname#linux}
_desc="AllWinner A10"
pkgver=3.4.90
pkgrel=1
pkgrel=2
arch=('armv7h')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'bc' 'kmod' 'inetutils' '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')
md5sums=('dbf73f4cb6b1399e73449f4e91bf5694'
'4aa5087e3396f3179b61ccd478e9e604'
'9b64bdc4af003470e475aeac704426d9')
prepare() {
@ -27,8 +25,6 @@ prepare() {
cat "${srcdir}/config" > ./.config
git apply ../0001-cgroup-add-xattr-support-sunxi.patch
# add pkgrel to extraversion
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile