summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG12
1 files changed, 8 insertions, 4 deletions
diff --git a/PATCHCFG b/PATCHCFG
index f527f92..d23cd2b 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.1-libre/linux-2.6.38.1-libre.tar.bz2"
+SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.38.2-libre/linux-2.6.38.2-libre.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.38.1"
+SRCORIG="linux-2.6.38.2"
# Our source directory
SRCNAME="linux-2.6.38-LIBRE"
# Patches:
@@ -9,7 +9,9 @@ SRCNAME="linux-2.6.38-LIBRE"
# or
# filename%patchlevel (file must be in patches/ subdirectory)
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
# fix #19234 i1915 display size
fix-i915.patch%1
@@ -19,6 +21,8 @@ PATCHES=(
# fix i915 pipelining glitches
# https://bugs.freedesktop.org/show_bug.cgi?id=34584
i915-pipeline.patch%1
+ # fix ips module
+ intel_ips-produces-constant-load-of-1.patch%1
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
@@ -26,7 +30,7 @@ PATCHES=(
aufs2-standalone-20110314.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.38.1-LIBRE"
+PATCHNAME="patch-2.6.38.2-1-LIBRE"
# Run this before applying patches
pre_apply() {