summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2008-12-25 21:35:15 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2008-12-25 21:35:15 +0100
commit22a2c80b8cac3de2055a27edcd9faa2d28084480 (patch)
tree6296e35b420e7cf64d0f9c7182d1d508e44fe896 /PATCHCFG
parent6d8b768db0b9140a1b9a0e1f2597bddacfd241e1 (diff)
'fixed squashfs'
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG17
1 files changed, 9 insertions, 8 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 2759240..0261584 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.27.tar.bz2"
+SRC="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.27"
+SRCORIG="linux-2.6.28"
# Our source directory
-SRCNAME="linux-2.6.27-ARCH"
+SRCNAME="linux-2.6.28-ARCH"
# Patches:
# URL%patchlevel
# or
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
# add upstream patch from 2.6.27 series
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.27.10.bz2%1
+ #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.27.10.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -18,9 +18,10 @@ PATCHES=(
# add custom acpi dsdt patch, in reference to:
# http://gaugusch.at/kernel.shtml
# http://acpi.sourceforge.net
- http://gaugusch.at/acpi-dsdt-initrd-patches/acpi-dsdt-initrd-v0.9a-2.6.25.patch%1
-
- # fix http://bugs.archlinux.org/task/12180
+ # fixed for 2.6.28 usage
+ acpi-dsdt-initrd-v0.9c-2.6.26.patch%1
+
+ # fix http://bugs.archlinux.org/task/12180
quirks-h12y.patch%1
# fix buggy bios acpi to get c states, which violate acpi specification, in reference to:
@@ -44,7 +45,7 @@ PATCHES=(
lhash-2.6.24.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.27.10-1-ARCH"
+PATCHNAME="patch-2.6.28-1-ARCH"
# Run this before applying patches
pre_apply() {