From 9ea1f9c47735c430f97a0aeb38e2461984e60535 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 16 Mar 2010 18:42:01 +0100 Subject: Maj kernel-pae#2.6.33.1-1 --- base/kernel-pae/.footprint | 8 ++++---- base/kernel-pae/.md5sum | 1 + base/kernel-pae/Pkgfile | 9 ++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/base/kernel-pae/.footprint b/base/kernel-pae/.footprint index 3338d00b8..3b380c572 100644 --- a/base/kernel-pae/.footprint +++ b/base/kernel-pae/.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-pae/.md5sum b/base/kernel-pae/.md5sum index cb77ec393..bc95528fe 100644 --- a/base/kernel-pae/.md5sum +++ b/base/kernel-pae/.md5sum @@ -1,3 +1,4 @@ 0e09cea5ee38d4457a3af832d67c924d config 38550ec26e5368286e2fde8fb03fa744 config_64 c3883760b18d50e8d78819c54d579b00 linux-2.6.33.tar.bz2 +745fd1355c630e163e40c40d4c9b79f9 patch-2.6.33.1.bz2 diff --git a/base/kernel-pae/Pkgfile b/base/kernel-pae/Pkgfile index 27b19e10d..b4f40b04a 100644 --- a/base/kernel-pae/Pkgfile +++ b/base/kernel-pae/Pkgfile @@ -4,15 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=kernel-pae -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