From 1312e4f6dd408bc5cec4c34cec87cf274b91b12b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 May 2013 09:06:36 +0200 Subject: [PATCH] linux3.9: update to 3.9.3. --- srcpkgs/linux3.9/files/i386-dotconfig | 6 ++++-- srcpkgs/linux3.9/files/x86_64-dotconfig | 6 ++++-- srcpkgs/linux3.9/template | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/linux3.9/files/i386-dotconfig b/srcpkgs/linux3.9/files/i386-dotconfig index fdd0db8c1e9..52e45a72d96 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.1 Kernel Configuration +# Linux/x86 3.9.3 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -84,7 +84,6 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_SPARSE_IRQ=y CONFIG_CLOCKSOURCE_WATCHDOG=y -CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y CONFIG_KTIME_SCALAR=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y @@ -4872,6 +4871,9 @@ CONFIG_EDAC_I5100=m CONFIG_EDAC_I7300=m CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # CONFIG_RTC_DEBUG is not set # diff --git a/srcpkgs/linux3.9/files/x86_64-dotconfig b/srcpkgs/linux3.9/files/x86_64-dotconfig index 91c51e86daf..7d1eb8329ff 100644 --- a/srcpkgs/linux3.9/files/x86_64-dotconfig +++ b/srcpkgs/linux3.9/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.9.0 Kernel Configuration +# Linux/x86 3.9.3 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -86,7 +86,6 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_SPARSE_IRQ=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_ARCH_CLOCKSOURCE_DATA=y -CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y @@ -4844,6 +4843,9 @@ CONFIG_EDAC_I7300=m CONFIG_EDAC_SBRIDGE=m CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # CONFIG_RTC_DEBUG is not set # diff --git a/srcpkgs/linux3.9/template b/srcpkgs/linux3.9/template index a7087260323..65a26a4ac50 100644 --- a/srcpkgs/linux3.9/template +++ b/srcpkgs/linux3.9/template @@ -1,7 +1,7 @@ # Template file for 'linux3.9' # pkgname=linux3.9 -version=3.9.2 +version=3.9.3 revision=1 wrksrc="linux-${version}" maintainer="Juan RP " @@ -9,7 +9,7 @@ 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-${version}.tar.xz" -checksum=93b9d625742a9f25c79633f17613b8bd3a0b7faf14e66cf9ce126f7e31b8e75b +checksum=89eb61870cadbe4b873a6c1640efaefea74514de84287bf0bcd3879707178841 only_for_archs="i686 x86_64" makedepends="bc perl kmod>=11_2 openssl which elfutils"