summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG9
1 files changed, 3 insertions, 6 deletions
diff --git a/PATCHCFG b/PATCHCFG
index dcd2aee..b4dca1d 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -3,14 +3,14 @@ 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.6-ARCH"
+SRCNAME="linux-2.6.28.7-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.6.bz2%1
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.28.7.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -21,9 +21,6 @@ PATCHES=(
# fix http://bugs.archlinux.org/taks/13212
elgatedvb-patch%1
- # fix http://bugs.archlinux.org/tasks/12361
- satanv.patch%1
-
# add custom acpi dsdt patch, in reference to:
# http://gaugusch.at/kernel.shtml
# http://acpi.sourceforge.net
@@ -49,7 +46,7 @@ PATCHES=(
lhash-2.6.24.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.28.6-1-ARCH"
+PATCHNAME="patch-2.6.28.7-1-ARCH"
# Run this before applying patches
pre_apply() {