summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-16 18:42:01 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-16 18:42:01 +0100
commit9ea1f9c47735c430f97a0aeb38e2461984e60535 (patch)
tree13146acfec6d663e7c534433d8eee8f4cbc4e2d3 /base
parent5d9c5cf239d73e389923086da10dab52644547e1 (diff)
downloadnutyx-extra-9ea1f9c47735c430f97a0aeb38e2461984e60535.tar.gz
nutyx-extra-9ea1f9c47735c430f97a0aeb38e2461984e60535.tar.bz2
nutyx-extra-9ea1f9c47735c430f97a0aeb38e2461984e60535.tar.xz
nutyx-extra-9ea1f9c47735c430f97a0aeb38e2461984e60535.zip
Maj kernel-pae#2.6.33.1-1
Diffstat (limited to 'base')
-rw-r--r--base/kernel-pae/.footprint8
-rw-r--r--base/kernel-pae/.md5sum1
-rw-r--r--base/kernel-pae/Pkgfile9
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