summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG20
1 files changed, 7 insertions, 13 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 2706bcb..a52d14c 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.29.tar.bz2"
+SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.29"
+SRCORIG="linux-2.6.30"
# Our source directory
-SRCNAME="linux-2.6.29-ARCH"
+SRCNAME="linux-2.6.30-ARCH"
# Patches:
# URL%patchlevel
# 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.29.4.bz2%1
+ #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
@@ -21,28 +21,22 @@ PATCHES=(
# add missing id http://bugs.archlinux.org/task/13990
rt2870.patch%3
-
- # fix http://bugs.archlinux.org/task/14565
- drm-intel-lvds.patch%1
-
- # fix http://bugs.archlinux.org/task/11778
- webcam-usb.patch%1
# add custom acpi dsdt patch, in reference to:
# http://gaugusch.at/kernel.shtml
# http://acpi.sourceforge.net
# fixed for 2.6.28 usage
- http://gaugusch.at/acpi-dsdt-initrd-patches/acpi-dsdt-initrd-v0.9c-2.6.28.patch%1
+ acpi-dsdt-initrd-v0.9c-2.6.30.patch%1
# fix http://bugs.archlinux.org/task/12180
quirks-h12y.patch%1
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
- aufs2-20090406.patch%1
+ aufs2-standalone-20090611.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.29.4-1-ARCH"
+PATCHNAME="patch-2.6.30-1-ARCH"
# Run this before applying patches
pre_apply() {