summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG16
1 files changed, 9 insertions, 7 deletions
diff --git a/PATCHCFG b/PATCHCFG
index d23cd2b..0067c67 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,7 +1,7 @@
# Kernel source file
-SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.38.2-libre/linux-2.6.38.2-libre.tar.bz2"
+SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.38.3-libre/linux-2.6.38.3-libre.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.38.2"
+SRCORIG="linux-2.6.38.3"
# Our source directory
SRCNAME="linux-2.6.38-LIBRE"
# Patches:
@@ -11,13 +11,15 @@ SRCNAME="linux-2.6.38-LIBRE"
PATCHES=(
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
- 2.6.38.3-pre.patch%1
+ kernel-2.6.38.4-pre.patch%1
+
+ # fix hibernate resume
+ # https://bugs.archlinux.org/task/23528
+ fix-hibernate-resume-2.6.38.patch%1
+
# fix #19234 i1915 display size
fix-i915.patch%1
- # fix #23390 radeon kms
- radeon-kms-sanity-checks.patch%1
-
# fix i915 pipelining glitches
# https://bugs.freedesktop.org/show_bug.cgi?id=34584
i915-pipeline.patch%1
@@ -30,7 +32,7 @@ PATCHES=(
aufs2-standalone-20110314.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.38.2-1-LIBRE"
+PATCHNAME="patch-2.6.38.3-1-LIBRE"
# Run this before applying patches
pre_apply() {