summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2010-10-21 21:03:28 +0200
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2010-10-21 21:03:28 +0200
commit53178d2b9b7b60bf5e5a44db7bc19a7acebc1bac (patch)
tree0ec97bcf6628a6f673b65400f84d57d1f9edd714 /PATCHCFG
parent2e6d1ab8fb389b128f5bf7f8f868308b6b326efe (diff)
bump to 2.6.36 series
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG16
1 files changed, 8 insertions, 8 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 538ba16..399359a 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,27 +1,27 @@
# Kernel source file
-SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.35.tar.bz2"
+SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.35"
+SRCORIG="linux-2.6.36"
# Our source directory
-SRCNAME="linux-2.6.35-ARCH"
+SRCNAME="linux-2.6.36-ARCH"
# Patches:
# URL%patchlevel
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
- # add upstream patch from 2.6.35 series
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.35.6.bz2%1
+ # add upstream patch from 2.6.36 series
+ #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.36.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-base-20100802.patch%1
- aufs2-standalone-20100802.patch%1
+ aufs2-base-20101021.patch%1
+ aufs2-standalone-20101021.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.35.6-1-ARCH"
+PATCHNAME="patch-2.6.36-1-ARCH"
# Run this before applying patches
pre_apply() {