From bd248096925434965649d0d277f97a7bc9728cc1 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 8 Mar 2011 08:13:31 +0100 Subject: bump to 2.6.37.3 --- PATCHCFG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PATCHCFG') diff --git a/PATCHCFG b/PATCHCFG index bbbfcb3..18b05e7 100644 --- a/PATCHCFG +++ b/PATCHCFG @@ -10,7 +10,7 @@ SRCNAME="linux-2.6.37-ARCH" # filename%patchlevel (file must be in patches/ subdirectory) PATCHES=( # add upstream patch from 2.6.37 series - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.37.2.bz2%1 + ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.37.3.bz2%1 # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git @@ -24,7 +24,7 @@ PATCHES=( aufs2-standalone-20110124.patch%1 ) # Name of the resulting patch (will be bzipped afterwards) -PATCHNAME="patch-2.6.37.2-1-ARCH" +PATCHNAME="patch-2.6.37.3-1-ARCH" # Run this before applying patches pre_apply() { -- cgit v1.2.2 From 10d07b0c8a519b985035fe34e5067f64c5b968d4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 15 Mar 2011 07:46:38 +0100 Subject: bump to 2.6.37.4 --- PATCHCFG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PATCHCFG') diff --git a/PATCHCFG b/PATCHCFG index 18b05e7..0358ed6 100644 --- a/PATCHCFG +++ b/PATCHCFG @@ -10,7 +10,7 @@ SRCNAME="linux-2.6.37-ARCH" # filename%patchlevel (file must be in patches/ subdirectory) PATCHES=( # add upstream patch from 2.6.37 series - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.37.3.bz2%1 + ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.37.4.bz2%1 # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git @@ -24,7 +24,7 @@ PATCHES=( aufs2-standalone-20110124.patch%1 ) # Name of the resulting patch (will be bzipped afterwards) -PATCHNAME="patch-2.6.37.3-1-ARCH" +PATCHNAME="patch-2.6.37.4-1-ARCH" # Run this before applying patches pre_apply() { -- cgit v1.2.2 From af3ccf96404d4a32c71b68f2a454534e03db84e5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 16 Mar 2011 07:24:56 +0100 Subject: bump to 2.6.38 series --- PATCHCFG | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'PATCHCFG') diff --git a/PATCHCFG b/PATCHCFG index 0358ed6..3c020a0 100644 --- a/PATCHCFG +++ b/PATCHCFG @@ -1,16 +1,16 @@ # Kernel source file -SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.37.tar.bz2" +SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2" # Original source directory -SRCORIG="linux-2.6.37" +SRCORIG="linux-2.6.38" # Our source directory -SRCNAME="linux-2.6.37-ARCH" +SRCNAME="linux-2.6.38-ARCH" # Patches: # URL%patchlevel # or # filename%patchlevel (file must be in patches/ subdirectory) PATCHES=( # add upstream patch from 2.6.37 series - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.37.4.bz2%1 + #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.1.bz2%1 # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git @@ -20,11 +20,11 @@ PATCHES=( # add aufs2 support, in reference to: # http://aufs.sourceforge.net - aufs2-base-20110124.patch%1 - aufs2-standalone-20110124.patch%1 + aufs2-base-20110314.patch%1 + aufs2-standalone-20110314.patch%1 ) # Name of the resulting patch (will be bzipped afterwards) -PATCHNAME="patch-2.6.37.4-1-ARCH" +PATCHNAME="patch-2.6.38-1-ARCH" # Run this before applying patches pre_apply() { -- cgit v1.2.2