mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Update to version 3.6.9
This commit is contained in:
parent
c6332619ef
commit
51d355da50
2 changed files with 5 additions and 6 deletions
|
@ -7,9 +7,9 @@ pkgbase=linux-kirkwood
|
|||
pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
||||
#pkgname=linux-test # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.6.8
|
||||
_basekernel=3.6.9
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
cryptover=1.5
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -27,10 +27,10 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.6.0-v5/0001-block-cgroups-kconfig-build-bits-for-BFQ-v5-3.6.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.6.0-v5/0002-block-introduce-the-BFQ-v5-I-O-sched-for-3.6.patch"
|
||||
'aufs3-3.6.patch.xz')
|
||||
md5sums=('737f103da92ae07e81277e668a499850'
|
||||
md5sums=('f6eefd5565c649783a3da185cedaef21'
|
||||
'0df0c9243fcf6465bfca27ec0ef20440'
|
||||
'f5d3635da03cb45904bedd69b47133de'
|
||||
'2bdaa9252498053dcc0465ebf38a0c0c'
|
||||
'fa20b5f883e9ee869fb5480661a559d4'
|
||||
'9506a43fff451fda36d5d7b1f5eaed04'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.6.8-1 Kernel Configuration
|
||||
# Linux/arm 3.6.9-0 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -81,7 +81,6 @@ CONFIG_HIGH_RES_TIMERS=y
|
|||
#
|
||||
# RCU Subsystem
|
||||
#
|
||||
# CONFIG_TINY_RCU is not set
|
||||
CONFIG_TINY_PREEMPT_RCU=y
|
||||
CONFIG_PREEMPT_RCU=y
|
||||
# CONFIG_TREE_RCU_TRACE is not set
|
||||
|
|
Loading…
Reference in a new issue