summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG10
1 files changed, 3 insertions, 7 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 6250a42..230df8b 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -9,8 +9,8 @@ SRCNAME="linux-2.6.30-ARCH"
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
- # add upstream patch from 2.6.29 series
- #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.30.1.bz2%1
+ # add upstream patch from 2.6.30 series
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.30.1.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -32,16 +32,12 @@ PATCHES=(
# fix wmi stack acer crash
wmi.patch%1
- # fix intel sound regression
- # http://bugs.archlinux.org/task/15114
- sound-skipping-regression-introduced-in-2.6.30-rc8.patch%1
-
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
aufs2-20090611.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.30-5-ARCH"
+PATCHNAME="patch-2.6.30.1-1-ARCH"
# Run this before applying patches
pre_apply() {