summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG10
1 files changed, 9 insertions, 1 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 47767ae..6bf21b0 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -15,6 +15,10 @@ PATCHES=(
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
+ # revert this patch: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=303c6a0251852ecbdc5c15e466dcaff5971f7517
+ # it breaks network on many systems
+ revert-napi.patch%1
+
# fix http://bugs.archlinux.org/task/13212
elgatedvb.patch%2
@@ -30,9 +34,13 @@ PATCHES=(
# add unionfs support. in reference to:
# http://www.fsl.cs.sunysb.edu/project-unionfs.html
unionfs-2.5.1_for_2.6.29-rc2.diff%1
+
+ # add aufs support, in reference to:
+ # http://aufs.sourceforge.net
+ aufs2-standalone.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.29-1-ARCH"
+PATCHNAME="patch-2.6.29-2-ARCH"
# Run this before applying patches
pre_apply() {