summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2010-11-23 12:56:39 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2010-11-23 12:56:39 +0100
commit98f7ba20a2661bb6e663264e9ac4e7c2333172d0 (patch)
treed178afe34f2cb4eb138745dd37768f251a3e54c4 /PATCHCFG
parentfe8521995cac38f3a2b10101f444de447aa7020a (diff)
add pre patches and add r8169 regression patch
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG7
1 files changed, 6 insertions, 1 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 2c95d6b..533bc56 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -14,18 +14,23 @@ PATCHES=(
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
+ kernel-2.6.36.2-pre-20101123.patch%1
# Apply http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a1c6c5698d53db4c47a25c3a8d11731a4d7b8370
# to our kernel to fix a ext4 related panic
ext4-fix-NULL-pointer-dereference-in-print_daily_err.patch%1
+ # fix r8169 regression
+ # https://bugzilla.kernel.org/show_bug.cgi?id=20882
+ r8169-regression.patch%1
+
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
aufs2-base-20101021.patch%1
aufs2-standalone-20101021.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.36.1-1-ARCH"
+PATCHNAME="patch-2.6.36.1-2-ARCH"
# Run this before applying patches
pre_apply() {