summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PATCHCFG14
1 files changed, 7 insertions, 7 deletions
diff --git a/PATCHCFG b/PATCHCFG
index e0d37db..c91c9f2 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,7 +1,7 @@
# Kernel source file
-SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2"
+SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.24"
+SRCORIG="linux-2.6.25"
# Our source directory
SRCNAME="linux-2.6.25-ARCH"
# Patches:
@@ -9,12 +9,12 @@ SRCNAME="linux-2.6.25-ARCH"
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
- # add upstream patch from 2.6.24 series
- #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.24.4.bz2%1
+ # add upstream patch from 2.6.25 series
+ #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.25.1.bz2%1
# Add 2.6.25 prepatch
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.25-rc8.bz2%1
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.25-rc8-git8.bz2%1
+ #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.25-rc9.bz2%1
+ #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.25-rc8-git8.bz2%1
# add custom acpi dsdt patch, in reference to:
# http://gaugusch.at/kernel.shtml
@@ -57,7 +57,7 @@ PATCHES=(
lhash-2.6.24.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.25-0.2-ARCH"
+PATCHNAME="patch-2.6.25-1-ARCH"
# Run this before applying patches
pre_apply() {