diff options
Diffstat (limited to 'base/kernel-36/Pkgfile')
-rw-r--r-- | base/kernel-36/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/base/kernel-36/Pkgfile b/base/kernel-36/Pkgfile index a10a22ec6..77bd21ca4 100644 --- a/base/kernel-36/Pkgfile +++ b/base/kernel-36/Pkgfile @@ -4,14 +4,15 @@ # Packager: thierryn1 at hispeed dot ch name=kernel-36 -version=2.6.36 +version=2.6.36.2 _BaseVersion=2.6.36 release=4 PKGMK_NO_STRIP="yes" SCRIPT_VERSION="attapu.1" _extra=31102010 -_tools=31102010 +_tools=11122010 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://nutyx.meticul.eu/install-${SCRIPT_VERSION}.ash\ http://nutyx.meticul.eu/files/nutyx-initrd-extra-${_extra}.tar.bz2\ http://nutyx.meticul.eu/files/installtools-${_tools}.tar.gz) @@ -28,7 +29,6 @@ do sed -i "s|#VERSION#|MINI $SCRIPT_VERSION|g" \ nutyx-initrd-2009/rootfs/install/$i done -# bzip2 -d patch-$version.bz2 cd linux-${_BaseVersion} make mrproper @@ -38,8 +38,9 @@ case `uname -m` in i?86) mv $SRC/config ./.config;; esac -# patch -Np1 -i ../patch-$version +bzip2 -d -c ../patch-$version.bz2 | patch -Np1 sed -i "s/EXTRAVERSION = .*/EXTRAVERSION =/" Makefile +make menuconfig make make INSTALL_MOD_PATH=$PKG modules_install mkdir -p $PKG/boot |