aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--config4
-rw-r--r--config.x86_644
-rw-r--r--linux-linode.install2
5 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9833bb059e81..699cd38903dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
pkgver = 3.8.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
arch = i686
@@ -33,8 +33,8 @@ pkgbase = linux-linode
source = change-default-console-loglevel.patch
md5sums = 1c738edfc54e7c65faeb90c436104e2f
md5sums = d166692330220c425d69db82c9d693b6
- md5sums = 481a5a16eba1ab5dcdf55acf4572edd2
- md5sums = 8986271a3b1aa3465da2eb441e9ba8cf
+ md5sums = 341ee727294e004ef37b142922986752
+ md5sums = 8be4f3b483b0bc85c8cb4074ccb89d43
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = f3def2cefdcbb954c21d8505d23cc83c
diff --git a/PKGBUILD b/PKGBUILD
index bd36d987b0dd..72268020349b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _basekernel=3.8
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
pkgver=${_basekernel}.7
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
license=(GPL2)
@@ -18,8 +18,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'change-default-console-loglevel.patch')
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
'd166692330220c425d69db82c9d693b6'
- '481a5a16eba1ab5dcdf55acf4572edd2'
- '8986271a3b1aa3465da2eb441e9ba8cf'
+ '341ee727294e004ef37b142922986752'
+ '8be4f3b483b0bc85c8cb4074ccb89d43'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'f3def2cefdcbb954c21d8505d23cc83c')
diff --git a/config b/config
index 83d52499567d..731cf9142d0f 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.8.7-1 Kernel Configuration
+# Linux/i386 3.8.7-2 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -353,7 +353,7 @@ CONFIG_CPU_SUP_INTEL=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_DMI is not set
-CONFIG_NR_CPUS=4
+CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
diff --git a/config.x86_64 b/config.x86_64
index 2e0cb2ae6bf9..4c143ca2c6b7 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.8.7-1 Kernel Configuration
+# Linux/x86_64 3.8.7-2 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@@ -333,7 +333,7 @@ CONFIG_HPET_EMULATE_RTC=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
-CONFIG_NR_CPUS=4
+CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
diff --git a/linux-linode.install b/linux-linode.install
index c562ee6d940a..540c2ec62f53 100644
--- a/linux-linode.install
+++ b/linux-linode.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.8.7-1-linode
+KERNEL_VERSION=3.8.7-2-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'