diff options
author | piernov <piernov@piernov.org> | 2012-03-04 02:10:41 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-04 02:10:41 +0100 |
commit | 44c2fd1e9ddf04e05f00a2966817c020f8c589b8 (patch) | |
tree | c4e0566d0a48b74dd04deb0a8a262bacd5b2deba /kernel/Pkgfile | |
parent | f5f9e416c10d2e35dff2820640b9e20356b53860 (diff) | |
download | nutyx-pakxe-44c2fd1e9ddf04e05f00a2966817c020f8c589b8.tar.gz nutyx-pakxe-44c2fd1e9ddf04e05f00a2966817c020f8c589b8.tar.bz2 nutyx-pakxe-44c2fd1e9ddf04e05f00a2966817c020f8c589b8.tar.xz nutyx-pakxe-44c2fd1e9ddf04e05f00a2966817c020f8c589b8.zip |
kernel 3.2.9-1 màj port
Diffstat (limited to 'kernel/Pkgfile')
-rw-r--r-- | kernel/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel/Pkgfile b/kernel/Pkgfile index f6a7bc538..55ebab24f 100644 --- a/kernel/Pkgfile +++ b/kernel/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch, tyrry33 at gmail dot com name=kernel -version=3.2.7 +version=3.2.9 _BaseVersion=3.2 release=1 PKGMK_NO_STRIP="yes" @@ -17,7 +17,7 @@ _tools=21022012 NVIDIA_VERSION=295.20 VB_VERSION=4.1.8 VB_BUILD=75467 -ATI_VERSION=11.12 +ATI_VERSION=12.1 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 @@ -27,7 +27,7 @@ ATI_VERSION=11.12 [ "`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 \ + http://www2.ati.com/drivers/linux/amd-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\ @@ -90,7 +90,7 @@ esac sed -i "s/EXTRAVERSION = .*/EXTRAVERSION =/" Makefile # When a new patchlevel is release (3.2->3.3 for ex) # decomment and run make menuconfig -# make menuconfig +make menuconfig case `uname -m` in x86_64) cp .config `prt-get printf %p --filter=$name`/$name/config_64;; @@ -120,7 +120,7 @@ install -m 0644 -D nvidia.ko $PKG/lib/modules/${version}/kernel/drivers/zzzz/nvi # Module ati cd $SRC -sh ati-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run --extract ati +sh amd-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 |