diff options
author | piernov <piernov@piernov.org> | 2012-07-02 04:01:45 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-07-02 04:01:45 +0200 |
commit | ac54c7fee3b8962825f26e69a3091a80e7a33517 (patch) | |
tree | 6f8eb16cae69ca73bf2f1c0a1f91c16981aeeda6 | |
parent | 28e27462f6e8e4949c1b37364b65fa3ba757ce1b (diff) | |
download | nutyx-pakxe-ac54c7fee3b8962825f26e69a3091a80e7a33517.tar.gz nutyx-pakxe-ac54c7fee3b8962825f26e69a3091a80e7a33517.tar.bz2 nutyx-pakxe-ac54c7fee3b8962825f26e69a3091a80e7a33517.tar.xz nutyx-pakxe-ac54c7fee3b8962825f26e69a3091a80e7a33517.zip |
kernel 3.4.4-1 màj port
-rw-r--r-- | kernel/Pkgfile | 10 | ||||
-rw-r--r-- | kernel/config | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kernel/Pkgfile b/kernel/Pkgfile index 419cf1846..fa47a56a5 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.4.2 +version=3.4.4 _BaseVersion=$(expr $version : '\([0-9]\.[0-9]\)') release=1 PKGMK_NO_STRIP="yes" @@ -15,9 +15,9 @@ INITRDBASE="nutyx-initrd" _extra=11032012 _tools=24042012 NVIDIA_VERSION=302.17 -VB_VERSION=4.1.16 -VB_BUILD=78094 -ATI_VERSION=12.4 +VB_VERSION=4.1.18 +VB_BUILD=78361 +ATI_VERSION=12.6 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 @@ -137,7 +137,7 @@ cd $SRC sh amd-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run --extract amd cd amd patch -Np1 -i ../makefile_compat.patch -patch -Np1 -i ../ati-kernel-3.2.8.patch +#patch -Np1 -i ../ati-kernel-3.2.8.patch patch -Np1 -i ../ati-kernel-3.4.patch cd common/lib/modules/fglrx/build_mod cp 2.6.x/Makefile . diff --git a/kernel/config b/kernel/config index 7afff9436..ea509a227 100644 --- a/kernel/config +++ b/kernel/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.4.2 Kernel Configuration +# Linux/i386 3.4.4 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y |