summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG27
1 files changed, 7 insertions, 20 deletions
diff --git a/PATCHCFG b/PATCHCFG
index acdea2d..d2d2d68 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,43 +1,30 @@
# Kernel source file
-SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2"
+SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.39.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.38"
+SRCORIG="linux-2.6.39"
# Our source directory
-SRCNAME="linux-2.6.38-ARCH"
+SRCNAME="linux-2.6.39-ARCH"
# Patches:
# URL%patchlevel
# or
# 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.6.bz2%1
+ # ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.39.1.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
- # 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 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
- # fix https://bugs.archlinux.org/task/24102
- # libata regression
- libata-eh-2.6.38.patch%1
-
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
- aufs2-base-20110314.patch%1
- aufs2-standalone-20110314.patch%1
+ aufs2-base-20110519.patch%1
+ aufs2-standalone-20110519.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.38.6-2-ARCH"
+PATCHNAME="patch-2.6.39-1-ARCH"
# Run this before applying patches
pre_apply() {