bump to latest version
This commit is contained in:
parent
c210e8f6df
commit
6cd1476785
43
PKGBUILD
43
PKGBUILD
|
@ -7,15 +7,15 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
|
||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.1
|
_basekernel=3.1
|
||||||
pkgver=${_basekernel}
|
pkgver=${_basekernel}.1
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl')
|
makedepends=('xmlto' 'docbook-xsl')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.1.tar.xz"
|
||||||
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
||||||
# the main kernel config files
|
# the main kernel config files
|
||||||
'config' 'config.x86_64'
|
'config' 'config.x86_64'
|
||||||
# standard config files for mkinitcpio ramdisk
|
# standard config files for mkinitcpio ramdisk
|
||||||
|
@ -23,27 +23,22 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz"
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'i915-fix-ghost-tv-output.patch'
|
'i915-fix-ghost-tv-output.patch'
|
||||||
'i915-fix-incorrect-error-message.patch'
|
'i915-fix-incorrect-error-message.patch'
|
||||||
'iwlagn-fix-NULL-pointer-dereference.patch'
|
'usb-add-reset-resume-quirk-for-several-webcams.patch')
|
||||||
'dib0700-fix.patch'
|
|
||||||
'usb-add-reset-resume-quirk-for-several-webcams.patch'
|
|
||||||
'md-raid10-fix-bug-when-activating-a-hot-spare.patch')
|
|
||||||
md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
|
md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
|
||||||
'b88bbe3ed780441dbe1e385f4beae1e4'
|
'2bf7eb28a58238e1a062fa7393bf7824'
|
||||||
'08774980ad31da185e7f7379596b9001'
|
'cbaaa923f00c1935055273ccc1630144'
|
||||||
|
'93687a4b7e1e6bcd4e7417d6e5079bc4'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'263725f20c0b9eb9c353040792d644e5'
|
'263725f20c0b9eb9c353040792d644e5'
|
||||||
'a50c9076012cb2dda49952dc6ec3e9c1'
|
'a50c9076012cb2dda49952dc6ec3e9c1'
|
||||||
'61a6be40e8e1e9eae5f23f241e7a0779'
|
'52d41fa61e80277ace2b994412a0c856')
|
||||||
'442334d777475e2a37db92d199672a28'
|
|
||||||
'52d41fa61e80277ace2b994412a0c856'
|
|
||||||
'de12ec5c342f945a95b2f12c2b85e6bf')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/linux-${_basekernel}"
|
cd "${srcdir}/linux-${_basekernel}"
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
#patch -p1 -i "${srcdir}/patch-${pkgver}"
|
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||||
|
|
||||||
# add latest fixes from stable queue, if needed
|
# add latest fixes from stable queue, if needed
|
||||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||||
|
@ -57,31 +52,15 @@ build() {
|
||||||
# needed.
|
# needed.
|
||||||
patch -Np1 -i "${srcdir}/i915-fix-ghost-tv-output.patch"
|
patch -Np1 -i "${srcdir}/i915-fix-ghost-tv-output.patch"
|
||||||
|
|
||||||
# In 3.1.0, a DRM_DEBUG message is falsely declared as DRM_ERROR. This
|
# In 3.1.1, a DRM_DEBUG message is falsely declared as DRM_ERROR. This
|
||||||
# worries users, as this message is displayed even at loglevel 4. Fix
|
# worries users, as this message is displayed even at loglevel 4. Fix
|
||||||
# this.
|
# this.
|
||||||
patch -Np1 -i "${srcdir}/i915-fix-incorrect-error-message.patch"
|
patch -Np1 -i "${srcdir}/i915-fix-incorrect-error-message.patch"
|
||||||
|
|
||||||
# iwlagn has a critical bug that hangs the system on 3.1.0. A patch
|
|
||||||
# was posted, but didn't make it into the tree in time.
|
|
||||||
# http://marc.info/?l=linux-wireless&m=131840748927629&w=2
|
|
||||||
# FS#26674
|
|
||||||
patch -Np1 -i "${srcdir}/iwlagn-fix-NULL-pointer-dereference.patch"
|
|
||||||
|
|
||||||
# Fix dib0700 driver
|
|
||||||
# http://git.linuxtv.org/pb/media_tree.git/shortlog/refs/heads/for_v3.0
|
|
||||||
# FS#25939
|
|
||||||
patch -Np1 -i "${srcdir}/dib0700-fix.patch"
|
|
||||||
|
|
||||||
# Add the USB_QUIRK_RESET_RESUME for several webcams
|
# Add the USB_QUIRK_RESET_RESUME for several webcams
|
||||||
# FS#26528
|
# FS#26528
|
||||||
patch -Np1 -i "${srcdir}/usb-add-reset-resume-quirk-for-several-webcams.patch"
|
patch -Np1 -i "${srcdir}/usb-add-reset-resume-quirk-for-several-webcams.patch"
|
||||||
|
|
||||||
# Fix RAID10 hot spare activation (critical)
|
|
||||||
# https://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git;a=blob_plain;f=queue-3.1/md-raid10-fix-bug-when-activating-a-hot-spare.patch;h=880849db5b7089b523f72c4d67a473e5330037fc;hb=HEAD
|
|
||||||
# FS#26767
|
|
||||||
patch -Np1 -i "${srcdir}/md-raid10-fix-bug-when-activating-a-hot-spare.patch"
|
|
||||||
|
|
||||||
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
|
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
|
||||||
# remove this when a Kconfig knob is made available by upstream
|
# remove this when a Kconfig knob is made available by upstream
|
||||||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||||
|
|
5
config
5
config
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/i386 3.1.0 Kernel Configuration
|
# Linux/i386 3.1.1-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
|
@ -4281,7 +4281,7 @@ CONFIG_USB_HIDDEV=y
|
||||||
#
|
#
|
||||||
CONFIG_HID_A4TECH=m
|
CONFIG_HID_A4TECH=m
|
||||||
CONFIG_HID_ACRUX=m
|
CONFIG_HID_ACRUX=m
|
||||||
CONFIG_HID_ACRUX_FF=m
|
CONFIG_HID_ACRUX_FF=y
|
||||||
CONFIG_HID_APPLE=m
|
CONFIG_HID_APPLE=m
|
||||||
CONFIG_HID_BELKIN=m
|
CONFIG_HID_BELKIN=m
|
||||||
CONFIG_HID_CHERRY=m
|
CONFIG_HID_CHERRY=m
|
||||||
|
@ -4413,6 +4413,7 @@ CONFIG_USB_TMC=m
|
||||||
CONFIG_USB_STORAGE=m
|
CONFIG_USB_STORAGE=m
|
||||||
# CONFIG_USB_STORAGE_DEBUG is not set
|
# CONFIG_USB_STORAGE_DEBUG is not set
|
||||||
CONFIG_USB_STORAGE_REALTEK=m
|
CONFIG_USB_STORAGE_REALTEK=m
|
||||||
|
CONFIG_REALTEK_AUTOPM=y
|
||||||
CONFIG_USB_STORAGE_DATAFAB=m
|
CONFIG_USB_STORAGE_DATAFAB=m
|
||||||
CONFIG_USB_STORAGE_FREECOM=m
|
CONFIG_USB_STORAGE_FREECOM=m
|
||||||
CONFIG_USB_STORAGE_ISD200=m
|
CONFIG_USB_STORAGE_ISD200=m
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86_64 3.1.0 Kernel Configuration
|
# Linux/x86_64 3.1.1-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
# CONFIG_X86_32 is not set
|
# CONFIG_X86_32 is not set
|
||||||
|
@ -4071,7 +4071,7 @@ CONFIG_USB_HIDDEV=y
|
||||||
#
|
#
|
||||||
CONFIG_HID_A4TECH=m
|
CONFIG_HID_A4TECH=m
|
||||||
CONFIG_HID_ACRUX=m
|
CONFIG_HID_ACRUX=m
|
||||||
CONFIG_HID_ACRUX_FF=m
|
CONFIG_HID_ACRUX_FF=y
|
||||||
CONFIG_HID_APPLE=m
|
CONFIG_HID_APPLE=m
|
||||||
CONFIG_HID_BELKIN=m
|
CONFIG_HID_BELKIN=m
|
||||||
CONFIG_HID_CHERRY=m
|
CONFIG_HID_CHERRY=m
|
||||||
|
@ -4203,6 +4203,7 @@ CONFIG_USB_TMC=m
|
||||||
CONFIG_USB_STORAGE=m
|
CONFIG_USB_STORAGE=m
|
||||||
# CONFIG_USB_STORAGE_DEBUG is not set
|
# CONFIG_USB_STORAGE_DEBUG is not set
|
||||||
CONFIG_USB_STORAGE_REALTEK=m
|
CONFIG_USB_STORAGE_REALTEK=m
|
||||||
|
CONFIG_REALTEK_AUTOPM=y
|
||||||
CONFIG_USB_STORAGE_DATAFAB=m
|
CONFIG_USB_STORAGE_DATAFAB=m
|
||||||
CONFIG_USB_STORAGE_FREECOM=m
|
CONFIG_USB_STORAGE_FREECOM=m
|
||||||
CONFIG_USB_STORAGE_ISD200=m
|
CONFIG_USB_STORAGE_ISD200=m
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.1.0-4-ARCH
|
KERNEL_VERSION=3.1.1-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in New Issue