summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2008-10-10 17:17:03 +0200
committerThomas Bächler <thomas@archlinux.org>2008-10-10 17:17:03 +0200
commit3cc9a346899b8eaebec114de8a0e88d4bb0aaea1 (patch)
treeeb4f63f49dffbdfb9ccff523cc8ea564b122937a /PATCHCFG
parent1522f41c3673aa7faae066aa1c32f84e21ba34c2 (diff)
Update to 2.6.27-1
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG31
1 files changed, 9 insertions, 22 deletions
diff --git a/PATCHCFG b/PATCHCFG
index f58ebfd..f6da08f 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,28 +1,16 @@
# Kernel source file
-SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2"
+SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.26"
+SRCORIG="linux-2.6.27"
# Our source directory
-SRCNAME="linux-2.6.26-ARCH"
+SRCNAME="linux-2.6.27-ARCH"
# Patches:
# URL%patchlevel
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
- # add upstream patch from 2.6.25 series
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.26.5.bz2%1
-
- # Fix regression in ACPI EC code
- # This reverts linux-2.6.git 1b7fc5aae8867046f8d3d45808309d5b7f2e036a
- # which ACPI S3 on some models
- ### Thomas said it breaks more to revert!
- #revert-acpi-ec-msleep.patch%1
-
- # Readd exported symbols for catalyst
- #ati-catalyst-2.6.25.patch%1
-
- # fix http://bugs.archlinux.org/task/11388 will be applied in later kernel versions
- sata_nv.patch%1
+ # add upstream patch from 2.6.27 series
+ #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.27.1.bz2%1
# add custom acpi dsdt patch, in reference to:
# http://gaugusch.at/kernel.shtml
@@ -36,13 +24,12 @@ PATCHES=(
# add sqashfs support, in reference to:
# http://squashfs.sourceforge.net/
- # diff extracted from: http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.3.tar.gz
- squashfs-cvs-2.6.26.patch%1
+ # diff extracted from: http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.4.tar.gz
+ squashfs3.4-patch%1
# add unionfs support. in reference to:
# http://www.fsl.cs.sunysb.edu/project-unionfs.html
- http://download.filesystems.org/unionfs/unionfs-2.x/unionfs-2.3.3_for_2.6.25.diff.gz%1
- fs-unionfs-use-new-umount_begin-prototype.patch%1
+ http://download.filesystems.org/unionfs/unionfs-2.x/unionfs-2.5_for_2.6.27-rc6.diff.gz%1
# add sec_perm-2.6.24.patch for aufs, in reference to:
# http://aufs.sourceforge.net/
@@ -51,7 +38,7 @@ PATCHES=(
lhash-2.6.24.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.26.5-1-ARCH"
+PATCHNAME="patch-2.6.27-1-ARCH"
# Run this before applying patches
pre_apply() {