mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-omap to 3.1.6-1
This commit is contained in:
parent
adb9febf66
commit
c6be9777d2
3 changed files with 9 additions and 8 deletions
|
@ -12,7 +12,7 @@ pkgname=('linux-omap' 'linux-headers-omap')
|
|||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.1
|
||||
pkgver=${_basekernel}.5
|
||||
pkgver=${_basekernel}.6
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -21,18 +21,19 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage')
|
|||
options=('!strip')
|
||||
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.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.1.5-x6/patch-3.1.5-x6.diff.gz"
|
||||
"rcn-ee.diff.gz::http://rcn-ee.net/deb/sid-armhf/v3.1.6-x6/patch-3.1.6-x6.diff.gz"
|
||||
'config'
|
||||
'change-default-console-loglevel.patch'
|
||||
'usb-add-reset-resume-quirk-for-several-webcams.patch'
|
||||
'0006-omap4-usb-improvement.patch')
|
||||
md5sums=('8d43453f8159b2332ad410b19d86a931'
|
||||
'84c040bb8c4f46d351731cb0c05d9474'
|
||||
'6793994c61ee2c1804dcb0d8cefb66ca'
|
||||
'87baa7d693f6dad08dbc2b93c39bb7d4'
|
||||
'b815dda0a05f7774a0ed0b705b8cfd4c'
|
||||
'50ef7d051bee44066da6752319dab88d'
|
||||
'b87385e73882319077a0f18e78e9d555'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
'd4c22c6f6c8c53d595552b6285aeab79')
|
||||
'd4c22c6f6c8c53d595552b6285aeab79')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/linux-${_basekernel}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.1.5 Kernel Configuration
|
||||
# Linux/arm 3.1.6 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# arg 1: the new package version
|
||||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=
|
||||
KERNEL_VERSION=3.0-ARCH
|
||||
KERNEL_NAME=-omap
|
||||
KERNEL_VERSION=3.1.6-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue