From 9d8f5c72476612dbe6e66d9e6aa35454469561ad Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 6 Oct 2013 15:46:15 +0200 Subject: Update linux-custom to v3.11.3 --- linux-custom/PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'linux-custom/PKGBUILD') diff --git a/linux-custom/PKGBUILD b/linux-custom/PKGBUILD index 31a2abe..5eed148 100644 --- a/linux-custom/PKGBUILD +++ b/linux-custom/PKGBUILD @@ -5,7 +5,7 @@ # pkgbase=linux # Build stock -ARCH kernel pkgbase=linux-custom # Build kernel with a different name _srcname=linux-3.11 -pkgver=3.11.2 +pkgver=3.11.3 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -20,17 +20,15 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" 'linux.preset' 'change-default-console-loglevel.patch' 'criu-no-expert.patch' - '3.11.1-fix-skge.patch' '3.11-haswell-intel_pstate.patch' 'aufs3-standalone::git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.11') md5sums=('fea363551ff45fbe4cb88497b863b261' - '5aa3286dcc7d70ceb50c3cbc64bc1cd8' + 'b098457c2d9e9626faacfda931deefb6' '247d9bafa184e2d9a27c1a0485419fff' '9c891e534bf1dd9df43c5d1deccdcba2' 'eb14dcfd80c00852ef81ded6e826826a' '98beb36f9b8cf16e58de2483ea9985e3' 'd50c1ac47394e9aec637002ef3392bd1' - '4fcee2b4485492dcfdead632275198eb' '1040ae6c10d4a68f89899f94a2318a17' 'SKIP') @@ -56,9 +54,6 @@ prepare() { # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227) patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch" - # #36865 fix broken skge network module - patch -Np1 -i "${srcdir}/3.11.1-fix-skge.patch" - # add intel haswell support to intel_pstate # https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/patch/?id=6cdcdb793791f776ea9408581b1242b636d43b37 # will be in 3.12 @@ -122,7 +117,7 @@ build() { #################### # stop here # this is useful to configure the kernel - # msg "Stopping build"; return 1 + #msg "Stopping build"; return 1 #################### # build! -- cgit v1.2.3-54-g00ecf