mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-omap to 3.4.2-1
This commit is contained in:
parent
4abdc1967a
commit
a53284099b
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Maintainer: Kevin Mihelich <kevin@plugapps.com>
|
# Maintainer: Kevin Mihelich <kevin@archlniuxarm.org>
|
||||||
|
|
||||||
# OMAP 3/4 kernel and headers
|
# OMAP 3/4 kernel and headers
|
||||||
# - note: any other kernel packages should include headers for that march
|
# - note: any other kernel packages should include headers for that march
|
||||||
|
@ -11,7 +11,7 @@ pkgname=('linux-omap' 'linux-headers-omap')
|
||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.4
|
_basekernel=3.4
|
||||||
pkgver=${_basekernel}.1
|
pkgver=${_basekernel}.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -20,13 +20,13 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
|
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"
|
"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.1-x0/patch-3.4.1-x0.diff.gz"
|
"rcn-ee.diff.gz::http://rcn-ee.net/deb/sid-armhf/v3.4.2-x0/patch-3.4.2-x0.diff.gz"
|
||||||
'config'
|
'config'
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'aufs3-3.4.patch.xz')
|
'aufs3-3.4.patch.xz')
|
||||||
md5sums=('967f72983655e2479f951195953e8480'
|
md5sums=('967f72983655e2479f951195953e8480'
|
||||||
'7cf316c7fca8f31e584c65fa1e19517c'
|
'7d374bab01fb5b37c7ae4c2c4d2999ea'
|
||||||
'4251378e5aaf12e07ab15167c9c39cef'
|
'745af16146c33d99b3ed6975b9c43e8f'
|
||||||
'51acbf54140fbfdc55a2f8ff20e8e417'
|
'51acbf54140fbfdc55a2f8ff20e8e417'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'852ba24ebd20ca85f8bbee03243ccf91')
|
'852ba24ebd20ca85f8bbee03243ccf91')
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-omap
|
KERNEL_NAME=-omap
|
||||||
KERNEL_VERSION=3.4.1-1-ARCH
|
KERNEL_VERSION=3.4.2-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue