summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG24
1 files changed, 9 insertions, 15 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 9b88af9..76e65d5 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,34 +1,28 @@
# Kernel source file
-SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.38.6-libre/linux-2.6.38.6-libre.tar.bz2"
+SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.39-libre/linux-2.6.39-libre.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.38.6"
+SRCORIG="linux-2.6.39"
# Our source directory
-SRCNAME="linux-2.6.38-LIBRE"
+SRCNAME="linux-2.6.39-LIBRE"
# Patches:
# URL%patchlevel
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
- # 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
-
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
- aufs2-base-20110314.patch%1
- aufs2-standalone-20110314.patch%1
+ # according to:
+ # http://sourceforge.net/mailarchive/message.php?msg_id=27437647
+ # it's really unclear when .39 support will happen!
+ # 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-1-LIBRE"
+PATCHNAME="patch-2.6.39-1-LIBRE"
# Run this before applying patches
pre_apply() {