linux3.9: update to 3.9.1.

This commit is contained in:
Juan RP 2013-05-08 09:56:54 +02:00
parent 05f1c8ded8
commit 3026312b9b
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 3.9.0 Kernel Configuration
# Linux/x86 3.9.1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@ -5254,7 +5254,7 @@ CONFIG_IIO_SIMPLE_DUMMY=m
# CONFIG_IIO_SIMPLE_DUMMY_BUFFER is not set
CONFIG_ZRAM=m
# CONFIG_ZRAM_DEBUG is not set
CONFIG_ZSMALLOC=m
CONFIG_ZSMALLOC=y
CONFIG_FB_SM7XX=m
CONFIG_CRYSTALHD=m
CONFIG_FB_XGI=m

View file

@ -1,16 +1,17 @@
# Template file for 'linux3.9'
#
pkgname=linux3.9
version=3.9.0
version=3.9.1
revision=1
wrksrc="linux-3.9"
wrksrc="linux-${version}"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org"
license="GPL-2"
short_desc="The Linux kernel and modules (3.9 series)"
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-3.9.tar.xz"
checksum=60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
checksum=0c34cdb69580c6c3ecc3e06e69edf597e854013d20f1de8bcb6352001637a02b
only_for_archs="i686 x86_64"
makedepends="bc perl kmod>=11_2 openssl which elfutils"
_kernver="${version}_${revision}"