mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-sun7i to 3.4.90-3
This commit is contained in:
parent
f0488cf526
commit
6d8c8eeaf4
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue