From 5d9c5cf239d73e389923086da10dab52644547e1 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 16 Mar 2010 18:41:38 +0100 Subject: Maj kernel#2.6.33.1-1 --- base/kernel/.footprint | 8 ++++---- base/kernel/.md5sum | 1 + base/kernel/Pkgfile | 9 ++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/base/kernel/.footprint b/base/kernel/.footprint index 4f574dee4..a92c0dc40 100644 --- a/base/kernel/.footprint +++ b/base/kernel/.footprint @@ -1,8 +1,8 @@ drwxr-xr-x root/root boot/ --rw-r--r-- root/root boot/System.map-2.6.33 --rw-r--r-- root/root boot/config-2.6.33 -lrwxrwxrwx root/root boot/kernel -> kernel-2.6.33 --rw-r--r-- root/root boot/kernel-2.6.33 +-rw-r--r-- root/root boot/System.map-2.6.33.1 +-rw-r--r-- root/root boot/config-2.6.33.1 +lrwxrwxrwx root/root boot/kernel -> kernel-2.6.33.1 +-rw-r--r-- root/root boot/kernel-2.6.33.1 drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/firmware/ drwxr-xr-x root/root lib/firmware/3com/ diff --git a/base/kernel/.md5sum b/base/kernel/.md5sum index f649d9a4d..823eb4a29 100644 --- a/base/kernel/.md5sum +++ b/base/kernel/.md5sum @@ -1,3 +1,4 @@ 5f2f2ca21b45dd9585ae7590a65e2cf8 config 38550ec26e5368286e2fde8fb03fa744 config_64 c3883760b18d50e8d78819c54d579b00 linux-2.6.33.tar.bz2 +745fd1355c630e163e40c40d4c9b79f9 patch-2.6.33.1.bz2 diff --git a/base/kernel/Pkgfile b/base/kernel/Pkgfile index 27ba19b22..6329942c2 100644 --- a/base/kernel/Pkgfile +++ b/base/kernel/Pkgfile @@ -4,15 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=kernel -version=2.6.33 +version=2.6.33.1 _BaseVersion=2.6.33 release=1 source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-${_BaseVersion}.tar.bz2 config_64 config \ - ) -# http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2) + http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2) build(){ -# bzip2 -d patch-$version.bz2 + bzip2 -d patch-$version.bz2 cd linux-${_BaseVersion} make mrproper case `uname -m` in @@ -21,7 +20,7 @@ case `uname -m` in i?86) mv $SRC/config ./.config;; esac -# patch -Np1 -i ../patch-$version +patch -Np1 -i ../patch-$version sed -i "s/EXTRAVERSION = .*/EXTRAVERSION =/" Makefile make -j3 make INSTALL_MOD_PATH=$PKG modules_install -- cgit v1.2.3-54-g00ecf