summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG14
1 files changed, 8 insertions, 6 deletions
diff --git a/PATCHCFG b/PATCHCFG
index bbc4468..72fbc16 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,26 +1,28 @@
# Kernel source file
-SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.tar.bz2"
+SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.31.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.30"
+SRCORIG="linux-2.6.31"
# Our source directory
-SRCNAME="linux-2.6.30-ARCH"
+SRCNAME="linux-2.6.31-ARCH"
# Patches:
# URL%patchlevel
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
# add upstream patch from 2.6.30 series
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.30.6.bz2%1
+ #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.31.1.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
- aufs2-20090611.patch%1
+ aufs2-base-20090910.patch%1
+ aufs2-standalone-20090910.patch%1
+ #aufs2-20090611.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.30.6-1-ARCH"
+PATCHNAME="patch-2.6.31-1-ARCH"
# Run this before applying patches
pre_apply() {