diff --git a/srcpkgs/linux3.9/files/i386-dotconfig b/srcpkgs/linux3.9/files/i386-dotconfig index 63158496b8..831175212b 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.3 Kernel Configuration +# Linux/x86 3.9.7 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -2269,7 +2269,7 @@ CONFIG_ATH9K=m CONFIG_ATH9K_PCI=y # CONFIG_ATH9K_AHB is not set # CONFIG_ATH9K_DEBUGFS is not set -CONFIG_ATH9K_RATE_CONTROL=y +CONFIG_ATH9K_LEGACY_RATE_CONTROL=y CONFIG_ATH9K_HTC=m # CONFIG_ATH9K_HTC_DEBUGFS is not set CONFIG_CARL9170=m diff --git a/srcpkgs/linux3.9/files/x86_64-dotconfig b/srcpkgs/linux3.9/files/x86_64-dotconfig index b23bf8d635..7f5fc83bde 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.3 Kernel Configuration +# Linux/x86 3.9.7 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -2236,7 +2236,7 @@ CONFIG_ATH9K=m CONFIG_ATH9K_PCI=y # CONFIG_ATH9K_AHB is not set # CONFIG_ATH9K_DEBUGFS is not set -CONFIG_ATH9K_RATE_CONTROL=y +CONFIG_ATH9K_LEGACY_RATE_CONTROL=y CONFIG_ATH9K_HTC=m # CONFIG_ATH9K_HTC_DEBUGFS is not set CONFIG_CARL9170=m @@ -4446,7 +4446,6 @@ CONFIG_USB_MUSB_TUSB6010=m CONFIG_MUSB_PIO_ONLY=y CONFIG_USB_CHIPIDEA=m # CONFIG_USB_CHIPIDEA_UDC is not set -# CONFIG_USB_CHIPIDEA_HOST is not set # CONFIG_USB_CHIPIDEA_DEBUG is not set CONFIG_USB_RENESAS_USBHS=m diff --git a/srcpkgs/linux3.9/template b/srcpkgs/linux3.9/template index 0c28d7abac..3e47e46a8f 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.6 +version=3.9.7 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=1130767d0b06610ddd1df02859f86e969076681fc21394c710d21437f151eb6a +checksum=9d92b495a65ce827ef564a4624ea1edabb4edc16eb392974f68a8f21d708f3f5 only_for_archs="i686 x86_64" makedepends="bc perl kmod>=11_2 openssl which elfutils"