summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2011-03-30 09:38:22 +0200
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2011-03-30 09:38:22 +0200
commitee751891605129530527d57dc245b10efec20942 (patch)
tree2b639f3f32498cff46f8240ba8b01ca8b12dc844 /PATCHCFG
parent97bebf5280f46a97cdfbb4238d2a89f4b67073d6 (diff)
bump to 2.6.38.2, added .3 pre patches, added ips_intel fix
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG10
1 files changed, 6 insertions, 4 deletions
diff --git a/PATCHCFG b/PATCHCFG
index eeaaf63..c11e7b1 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -10,12 +10,12 @@ SRCNAME="linux-2.6.38-ARCH"
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
# add upstream patch from 2.6.37 series
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.1.bz2%1
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.2.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
- 2.6.38.2-pre.patch%1
-
+ 2.6.38.3-pre.patch%1
+
# fix #19234 i1915 display size
fix-i915.patch%1
@@ -25,6 +25,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
@@ -32,7 +34,7 @@ PATCHES=(
aufs2-standalone-20110314.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.38.1-1-ARCH"
+PATCHNAME="patch-2.6.38.2-1-ARCH"
# Run this before applying patches
pre_apply() {