diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Pkgfile | 26 | ||||
-rw-r--r-- | kernel/ati-kernel-3.2.8.patch (renamed from kernel/3.2.8.patch) | 0 | ||||
-rw-r--r-- | kernel/config | 5 | ||||
-rw-r--r-- | kernel/config_64 | 5 |
4 files changed, 20 insertions, 16 deletions
diff --git a/kernel/Pkgfile b/kernel/Pkgfile index 528947ec6..7f0dbf17f 100644 --- a/kernel/Pkgfile +++ b/kernel/Pkgfile @@ -25,17 +25,19 @@ ATI_VERSION=12.2 [ "`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/amd-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run \ - makefile_compat.patch bc_wl_abiupdate.patch 3.2.8.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://www2.ati.com/drivers/linux/amd-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run + 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 http://nutyx.meticul.eu/files/installtools-${_tools}.tar.bz2 - http://nutyx.meticul.eu/files/patchs/$name/linux-3.2.10-wm8994-01.patch) + http://nutyx.meticul.eu.files/patchs/$name/linux-3.2.10-wm8994-01.patch + makefile_compat.patch bc_wl_abiupdate.patch ati-kernel-3.2.8.patch) + build(){ sed -i "s/^SCRIPT_VERSION=.\{1,\}/SCRIPT_VERSION=\"$SCRIPT_VERSION\"/" `prt-get printf %p --filter=$name`/$name/post-install @@ -92,7 +94,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;; @@ -125,7 +127,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 ../3.2.8.patch +patch -Np1 -i ../ati-kernel-3.2.8.patch cd common/lib/modules/fglrx/build_mod cp 2.6.x/Makefile . cp $SRC/amd/arch/${_ARCH}/lib/modules/fglrx/build_mod/libfglrx_ip.a . diff --git a/kernel/3.2.8.patch b/kernel/ati-kernel-3.2.8.patch index 381250214..381250214 100644 --- a/kernel/3.2.8.patch +++ b/kernel/ati-kernel-3.2.8.patch diff --git a/kernel/config b/kernel/config index 539d18451..d11811e89 100644 --- a/kernel/config +++ b/kernel/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.1 Kernel Configuration +# Linux/i386 3.2.9 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -1307,7 +1307,8 @@ CONFIG_NFC_WILINK=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +# CONFIG_DEVTMPFS_MOUNT is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y diff --git a/kernel/config_64 b/kernel/config_64 index 293deb3ff..6697784d9 100644 --- a/kernel/config_64 +++ b/kernel/config_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.2.1 Kernel Configuration +# Linux/x86_64 3.2.9 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -1268,7 +1268,8 @@ CONFIG_NFC_WILINK=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +# CONFIG_DEVTMPFS_MOUNT is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y |