mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-omap to 3.4.3-1
This commit is contained in:
parent
fbbfb80f90
commit
0afbe33662
2 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ pkgname=('linux-omap' 'linux-headers-omap')
|
|||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.4
|
||||
pkgver=${_basekernel}.2
|
||||
pkgver=${_basekernel}.3
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -20,14 +20,14 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage')
|
|||
options=('!strip')
|
||||
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
|
||||
"ftp://ftp.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.bz2"
|
||||
"rcn-ee.diff.gz::http://rcn-ee.net/deb/sid-armhf/v3.4.2-x0/patch-3.4.2-x0.diff.gz"
|
||||
"rcn-ee.diff.gz::http://rcn-ee.net/deb/sid-armhf/v3.4.3-x0/patch-3.4.3-x0.diff.gz"
|
||||
'config'
|
||||
'change-default-console-loglevel.patch'
|
||||
'aufs3-3.4.patch.xz')
|
||||
md5sums=('967f72983655e2479f951195953e8480'
|
||||
'7d374bab01fb5b37c7ae4c2c4d2999ea'
|
||||
'745af16146c33d99b3ed6975b9c43e8f'
|
||||
'51acbf54140fbfdc55a2f8ff20e8e417'
|
||||
'5362b86a64c0c088852277a6ea5d1b2c'
|
||||
'7828ee186d952defb047cf80f38fdedd'
|
||||
'1f1e85739b303f4faff37e94b22bf1e1'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'852ba24ebd20ca85f8bbee03243ccf91')
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-omap
|
||||
KERNEL_VERSION=3.4.2-1-ARCH
|
||||
KERNEL_VERSION=3.4.3-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue