summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2009-01-18 20:21:46 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2009-01-18 20:21:46 +0100
commit076b6f31a252f49371dbfffd299d26d1862545d4 (patch)
tree42bd9f40df506e21c3ff87914dfeb41484e7af75 /PATCHCFG
parent22a2c80b8cac3de2055a27edcd9faa2d28084480 (diff)
' bump to new upstream version'
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG13
1 files changed, 10 insertions, 3 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 0261584..10ff90b 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -3,18 +3,25 @@ SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2"
# Original source directory
SRCORIG="linux-2.6.28"
# Our source directory
-SRCNAME="linux-2.6.28-ARCH"
+SRCNAME="linux-2.6.28.1-ARCH"
# Patches:
# URL%patchlevel
# or
# 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.10.bz2%1
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.28.1.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
+ # fix http://bugs.archlinux.org/task/12821
+ drm-915.patch%1
+ # fix http://bugs.archlinux.org/task/12820
+ thinkfinger.patch%1
+ # fix http://bugs.archlinux.org/task/12816
+ pat_fix_reserve_mem_type_for_1mb.patch%1
+
# add custom acpi dsdt patch, in reference to:
# http://gaugusch.at/kernel.shtml
# http://acpi.sourceforge.net
@@ -45,7 +52,7 @@ PATCHES=(
lhash-2.6.24.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.28-1-ARCH"
+PATCHNAME="patch-2.6.28.1-1-ARCH"
# Run this before applying patches
pre_apply() {