summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2009-01-25 10:25:59 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2009-01-25 10:25:59 +0100
commitb8214a53cf0975955ad4f4d6915671c74cf728ef (patch)
tree18f85b6e92f51123cbf96522ad76502ee8851ade /PATCHCFG
parent076b6f31a252f49371dbfffd299d26d1862545d4 (diff)
'upgpkg: bump to latest kernel version'
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG8
1 files changed, 3 insertions, 5 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 10ff90b..542c11a 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -3,22 +3,20 @@ 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.1-ARCH"
+SRCNAME="linux-2.6.28.2-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.28.1.bz2%1
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.28.2.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
@@ -52,7 +50,7 @@ PATCHES=(
lhash-2.6.24.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.28.1-1-ARCH"
+PATCHNAME="patch-2.6.28.2-1-ARCH"
# Run this before applying patches
pre_apply() {