From ce5748cfbb0123d405206c033d3db246ad80d04e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 6 Jun 2011 21:42:30 +0200 Subject: bump to 2.6.39.1 --- PATCHCFG | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PATCHCFG b/PATCHCFG index ffc2fb0..72c0a36 100644 --- a/PATCHCFG +++ b/PATCHCFG @@ -10,7 +10,7 @@ SRCNAME="linux-2.6.39-ARCH" # filename%patchlevel (file must be in patches/ subdirectory) PATCHES=( # add upstream patch from 2.6.37 series - # ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.39.1.bz2%1 + ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.39.1.bz2%1 # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git @@ -27,7 +27,7 @@ PATCHES=( # aufs2-standalone-20110519.patch%1 ) # Name of the resulting patch (will be bzipped afterwards) -PATCHNAME="patch-2.6.39-1-ARCH" +PATCHNAME="patch-2.6.39.1-1-ARCH" # Run this before applying patches pre_apply() { @@ -42,9 +42,9 @@ post_apply() { sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION = |g' Makefile # Add Arch logo! - cp ${startdir}/patches/logo_linux_clut224.ppm drivers/video/logo/ - cp ${startdir}/patches/logo_linux_mono.pbm drivers/video/logo/ - cp ${startdir}/patches/logo_linux_vga16.ppm drivers/video/logo/ + #cp ${startdir}/patches/logo_linux_clut224.ppm drivers/video/logo/ + #cp ${startdir}/patches/logo_linux_mono.pbm drivers/video/logo/ + #cp ${startdir}/patches/logo_linux_vga16.ppm drivers/video/logo/ # Kill some files find . -name '*~' -or -name '*.orig' -exec rm -f {} \; 2>/dev/null -- cgit v1.2.3