From a2a682609ac53a6a2ee54ad9afd3d3dbf97059da Mon Sep 17 00:00:00 2001 From: piernov Date: Thu, 26 Jan 2012 22:01:48 +0100 Subject: kernel-rt 3.2.2-rt10-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel-rt/Pkgfile | 46 ++++++++++++++-------------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/kernel-rt/Pkgfile b/kernel-rt/Pkgfile index 32bc2ea..ae6adc4 100644 --- a/kernel-rt/Pkgfile +++ b/kernel-rt/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch, tyrry33 at gmail dot com name=kernel-rt -version=3.2.1 +version=3.2.2 _BaseVersion=3.2 release=rt10-1 PKGMK_NO_STRIP="yes" @@ -14,10 +14,8 @@ SCRIPT_VERSION="pakxe.3" INITRDBASE="nutyx-initrd" _extra=30052011 _tools=08112011 -NVIDIA_VERSION=290.10 VB_VERSION=4.1.8 VB_BUILD=75467 -ATI_VERSION=11.11 RT_PATCH=rt10 [ "`uname -m`" == "i686" ] && _ARCH=x86 @@ -26,17 +24,20 @@ RT_PATCH=rt10 [ "`uname -m`" == "x86_64" ] && VB_ARCH=amd64 [ "`uname -m`" == "i686" ] && BC_ARCH=x86_32 [ "`uname -m`" == "x86_64" ] && BC_ARCH=x86_64 -source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_${BC_ARCH}-v5_100_82_112.tar.gz \ - http://download.virtualbox.org/virtualbox/${VB_VERSION}/VirtualBox-${VB_VERSION}-${VB_BUILD}-Linux_${VB_ARCH}.run \ - http://www2.ati.com/drivers/linux/ati-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run \ - makefile_compat.patch bc_wl_abiupdate.patch \ - http://fr.download.nvidia.com/XFree86/Linux-${_ARCH}/${NVIDIA_VERSION}/NVIDIA-Linux-${_ARCH}-${NVIDIA_VERSION}.run\ - http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_BaseVersion}.tar.bz2 config_64 config\ - http://www.kernel.org/pub/linux/kernel/v3.0/patch-$version.bz2 \ - http://nutyx.meticul.eu/install-${SCRIPT_VERSION}.ash \ - http://nutyx.meticul.eu/files/nutyx-initrd-`uname -m`-${_extra}.tar.bz2\ +source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_${BC_ARCH}-v5_100_82_112.tar.gz + http://download.virtualbox.org/virtualbox/${VB_VERSION}/VirtualBox-${VB_VERSION}-${VB_BUILD}-Linux_${VB_ARCH}.run + http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_BaseVersion}.tar.xz + http://www.kernel.org/pub/linux/kernel/v3.0/patch-$version.xz + http://nutyx.meticul.eu/install-${SCRIPT_VERSION}.ash + http://nutyx.meticul.eu/files/nutyx-initrd-`uname -m`-${_extra}.tar.bz2 http://nutyx.meticul.eu/files/installtools-${_tools}.tar.bz2 - http://www.kernel.org/pub/linux/kernel/projects/rt/${_BaseVersion}/patch-${_BaseVersion}-${RT_PATCH}.patch.xz) + http://www.kernel.org/pub/linux/kernel/projects/rt/${_BaseVersion}/patch-${_BaseVersion}-${RT_PATCH}.patch.xz + makefile_compat.patch + bc_wl_abiupdate.patch + config_64 + config +) + build(){ for i in setup-install setup-mirroir do @@ -90,25 +91,6 @@ patch -p0 src/wl/sys/wl_linux.c < bc_wl_abiupdate.patch KBUILD_NOPEDANTIC=1 make -C $SRC/linux-${_BaseVersion} M=`pwd` install -m 0644 -D wl.ko $PKG/lib/modules/${version}/kernel/drivers/zzzz/wl.ko -# Module nvidia -#cd $SRC -#sh NVIDIA-Linux-${_ARCH}-${NVIDIA_VERSION}.run --extract-only -#cd NVIDIA-Linux-${_ARCH}-${NVIDIA_VERSION}/kernel -#ln -s Makefile{.kbuild,} -#SYSSRC=$SRC/linux-${_BaseVersion} make module -#install -m 0644 -D nvidia.ko $PKG/lib/modules/${version}/kernel/drivers/zzzz/nvidia.ko - -## Module ati -#cd $SRC -#sh ati-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run --extract ati -#cd ati -#patch -Np1 -i ../makefile_compat.patch -#cd common/lib/modules/fglrx/build_mod -#cp 2.6.x/Makefile . -#cp $SRC/ati/arch/${_ARCH}/lib/modules/fglrx/build_mod/libfglrx_ip.a . -#make -C $SRC/linux-${_BaseVersion} SUBDIRS="`pwd`" modules -#install -m 0644 -D fglrx.ko $PKG/lib/modules/${version}/kernel/drivers/zzzz/fglrx.ko - # Modules VB cd $SRC sh VirtualBox-${VB_VERSION}-${VB_BUILD}-Linux_${VB_ARCH}.run --target vb --keep --noexec -- cgit v1.2.3-54-g00ecf