summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2008-10-17 09:13:23 +0200
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2008-10-17 09:13:23 +0200
commit8f13b6071fd18c8bdc7507ffa3475845b96f9cb6 (patch)
treedfb8dc67cbb71d97b1400da5a34f1dde7633bcbe /PATCHCFG
parent3cc9a346899b8eaebec114de8a0e88d4bb0aaea1 (diff)
'added speedtouch fix and stable patch queue'
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG12
1 files changed, 10 insertions, 2 deletions
diff --git a/PATCHCFG b/PATCHCFG
index f6da08f..d0ab2f6 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -10,7 +10,11 @@ SRCNAME="linux-2.6.27-ARCH"
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
# add upstream patch from 2.6.27 series
- #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.27.1.bz2%1
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.27.1.bz2%1
+
+ # add latest fixes from stable queue
+ # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
+ pre-2.6.27.2.patch%1
# add custom acpi dsdt patch, in reference to:
# http://gaugusch.at/kernel.shtml
@@ -22,6 +26,10 @@ PATCHES=(
# http://bugs.archlinux.org/task/6875
acpi-buggy-bios.patch%1
+ # fix speedtouch
+ # http://bugs.archlinux.org/task/11747
+ fix-speedtouch.patch%1
+
# add sqashfs support, in reference to:
# http://squashfs.sourceforge.net/
# diff extracted from: http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.4.tar.gz
@@ -38,7 +46,7 @@ PATCHES=(
lhash-2.6.24.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.27-1-ARCH"
+PATCHNAME="patch-2.6.27.1-1-ARCH"
# Run this before applying patches
pre_apply() {