diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-26 15:10:25 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-26 15:10:25 +0200 |
commit | 1a567738a950aa0709af2582bd76786bd70190c5 (patch) | |
tree | 5934586dfc50ba142116bbad9e34c0fc32b0967d /base/kernel-pae/Pkgfile | |
parent | fb75f62165e5c3035417da6c19eb3d5af72446f2 (diff) | |
download | nutyx-pakxe-1a567738a950aa0709af2582bd76786bd70190c5.tar.gz nutyx-pakxe-1a567738a950aa0709af2582bd76786bd70190c5.tar.bz2 nutyx-pakxe-1a567738a950aa0709af2582bd76786bd70190c5.tar.xz nutyx-pakxe-1a567738a950aa0709af2582bd76786bd70190c5.zip |
maj kernel-pae#2.6.34-1
Diffstat (limited to 'base/kernel-pae/Pkgfile')
-rw-r--r-- | base/kernel-pae/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/base/kernel-pae/Pkgfile b/base/kernel-pae/Pkgfile index eda0dcd7c..ca2020f39 100644 --- a/base/kernel-pae/Pkgfile +++ b/base/kernel-pae/Pkgfile @@ -4,14 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=kernel-pae -version=2.6.33.4 -_BaseVersion=2.6.33 +version=2.6.34 +_BaseVersion=2.6.34 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) +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) build(){ -bzip2 -d patch-$version.bz2 +# bzip2 -d patch-$version.bz2 cd linux-${_BaseVersion} make mrproper case `uname -m` in @@ -20,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 |