summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-03-15 17:53:37 +0100
committerThomas Bächler <thomas@archlinux.org>2010-03-15 17:53:37 +0100
commit0923702fe9b5a7cfc3539906fb1ba9435b6e5e03 (patch)
tree6532cf6d151a1eb2b8c4ad5fcc74d2ce5ffa70eb /PATCHCFG
parent33409cdae4886c8d26706f180475910f5d1bd087 (diff)
Update to 2.6.33.1
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG10
1 files changed, 5 insertions, 5 deletions
diff --git a/PATCHCFG b/PATCHCFG
index a365778..b01108c 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -9,12 +9,12 @@ SRCNAME="linux-2.6.33-ARCH"
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
- # add upstream patch from 2.6.32 series
- #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.33.1.bz2%1
+ # add upstream patch from 2.6.33 series
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.33.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-20100225.patch%1
@@ -24,7 +24,7 @@ PATCHES=(
input-alps-add-support-for-the-touchpad-on-toshiba-tecra-a11-11l.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.33-1-ARCH"
+PATCHNAME="patch-2.6.33.1-1-ARCH"
# Run this before applying patches
pre_apply() {
@@ -44,5 +44,5 @@ post_apply() {
cp ${startdir}/patches/logo_linux_vga16.ppm drivers/video/logo/
# Kill some files
- find . -name '*~' -exec rm -f {} \; 2>/dev/null
+ find . -name '*~' -or -name '*.orig' -exec rm -f {} \; 2>/dev/null
}