diff --git a/srcpkgs/linux3.9/files/i386-dotconfig b/srcpkgs/linux3.9/files/i386-dotconfig index 87b1ec8fdc..fdd0db8c1e 100644 --- a/srcpkgs/linux3.9/files/i386-dotconfig +++ b/srcpkgs/linux3.9/files/i386-dotconfig @@ -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 diff --git a/srcpkgs/linux3.9/template b/srcpkgs/linux3.9/template index 8e2cb1ee50..645ce7ea6a 100644 --- a/srcpkgs/linux3.9/template +++ b/srcpkgs/linux3.9/template @@ -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 " 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}"