linux3.18: update to 3.18.9.

Also disable CONFIG_DEVKMEM; looks like we don't really need it.
This commit is contained in:
Juan RP 2015-03-07 20:46:02 +01:00
parent 3d5dee9a4f
commit 494316a961
3 changed files with 5 additions and 5 deletions

View File

@ -2951,7 +2951,7 @@ CONFIG_N_HDLC=m
CONFIG_N_GSM=m
CONFIG_TRACE_ROUTER=m
CONFIG_TRACE_SINK=m
CONFIG_DEVKMEM=y
# CONFIG_DEVKMEM is not set
#
# Serial drivers

View File

@ -2948,7 +2948,7 @@ CONFIG_N_HDLC=m
CONFIG_N_GSM=m
CONFIG_TRACE_ROUTER=m
CONFIG_TRACE_SINK=m
CONFIG_DEVKMEM=y
# CONFIG_DEVKMEM is not set
#
# Serial drivers

View File

@ -1,15 +1,15 @@
# Template file for 'linux3.18'
#
pkgname=linux3.18
version=3.18.8
revision=3
version=3.18.9
revision=1
wrksrc="linux-${version}"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org"
license="GPL-2"
short_desc="The Linux kernel and modules (${version%.*} series)"
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
checksum=9cfbd9d403f2b27951893f5ed73f694f65409c63f20a2fd394598a3d7004aadb
checksum=b1b7719a4bad027f2efc8477a19c6625d51d127640e3373fcd03b41334319501
_kernver="${version}_${revision}"