bump to latest version
This commit is contained in:
parent
a2a47368b7
commit
64c92d9eaf
8
PKGBUILD
8
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
pkgbase=linux # Build stock -ARCH kernel
|
pkgbase=linux # Build stock -ARCH kernel
|
||||||
#pkgbase=linux-custom # Build kernel with a different name
|
#pkgbase=linux-custom # Build kernel with a different name
|
||||||
_srcname=linux-3.8
|
_srcname=linux-3.8
|
||||||
pkgver=3.8.4
|
pkgver=3.8.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -19,9 +19,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'change-default-console-loglevel.patch')
|
'change-default-console-loglevel.patch')
|
||||||
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
|
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
|
||||||
'40ab82996ff4b49ad3f4e19cf729dcab'
|
'3ac9864bcf512fd71a7ecdd8c9c96d6c'
|
||||||
'307107a8b15060e6fc0e48bdaacaed06'
|
'6e96bc19d9f5cfc8668c649743b40e0c'
|
||||||
'03b1dad90f3558dba3031901398c1ca4'
|
'b8cc96348d237f6e0e916567fbf0f5ae'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'f3def2cefdcbb954c21d8505d23cc83c')
|
'f3def2cefdcbb954c21d8505d23cc83c')
|
||||||
|
|
||||||
|
|
4
config
4
config
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/i386 3.8.0-2 Kernel Configuration
|
# Linux/i386 3.8.5-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
|
@ -5487,6 +5487,8 @@ CONFIG_EDD=m
|
||||||
# CONFIG_EDD_OFF is not set
|
# CONFIG_EDD_OFF is not set
|
||||||
CONFIG_FIRMWARE_MEMMAP=y
|
CONFIG_FIRMWARE_MEMMAP=y
|
||||||
CONFIG_EFI_VARS=y
|
CONFIG_EFI_VARS=y
|
||||||
|
CONFIG_EFI_VARS_PSTORE=y
|
||||||
|
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
|
||||||
CONFIG_DELL_RBU=m
|
CONFIG_DELL_RBU=m
|
||||||
CONFIG_DCDBAS=m
|
CONFIG_DCDBAS=m
|
||||||
CONFIG_DMIID=y
|
CONFIG_DMIID=y
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86_64 3.8.0-2 Kernel Configuration
|
# Linux/x86_64 3.8.5-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -5258,6 +5258,8 @@ CONFIG_EDD=m
|
||||||
# CONFIG_EDD_OFF is not set
|
# CONFIG_EDD_OFF is not set
|
||||||
CONFIG_FIRMWARE_MEMMAP=y
|
CONFIG_FIRMWARE_MEMMAP=y
|
||||||
CONFIG_EFI_VARS=y
|
CONFIG_EFI_VARS=y
|
||||||
|
CONFIG_EFI_VARS_PSTORE=y
|
||||||
|
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
|
||||||
CONFIG_DELL_RBU=m
|
CONFIG_DELL_RBU=m
|
||||||
CONFIG_DCDBAS=m
|
CONFIG_DCDBAS=m
|
||||||
CONFIG_DMIID=y
|
CONFIG_DMIID=y
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.8.4-1-ARCH
|
KERNEL_VERSION=3.8.5-1-ARCH
|
||||||
|
|
||||||
# set a sane PATH to ensure that critical utils like depmod will be found
|
# set a sane PATH to ensure that critical utils like depmod will be found
|
||||||
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
||||||
|
|
Loading…
Reference in New Issue