diff options
author | tnut <tnut at nutyx dot com> | 2011-08-03 10:02:23 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-03 10:02:23 +0200 |
commit | ba5ae7bb97a702404604af4a92b927ac074ed02c (patch) | |
tree | 5c0a426d097510ba7e92b413e01015cdcca06cda | |
parent | b7000c9a6c759e823bbd003ac6fa6da85a6f890e (diff) | |
download | nutyx-extra-ba5ae7bb97a702404604af4a92b927ac074ed02c.tar.gz nutyx-extra-ba5ae7bb97a702404604af4a92b927ac074ed02c.tar.bz2 nutyx-extra-ba5ae7bb97a702404604af4a92b927ac074ed02c.tar.xz nutyx-extra-ba5ae7bb97a702404604af4a92b927ac074ed02c.zip |
kernel-34, intégration du patch pour orchidman
-rw-r--r-- | base/kernel-34/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/kernel-34/Pkgfile b/base/kernel-34/Pkgfile index 0aeedbe65..9a72aa65e 100644 --- a/base/kernel-34/Pkgfile +++ b/base/kernel-34/Pkgfile @@ -30,6 +30,7 @@ source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_${BC_ARCH}-v5_100_ http://fr.download.nvidia.com/XFree86/Linux-${_ARCH}/${NVIDIA_VERSION}/NVIDIA-Linux-${_ARCH}-${NVIDIA_VERSION}.run\ 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/longterm/v${_BaseVersion}/patch-$version.bz2 \ + http://nutyx.meticul.eu/files/patchs/$name/sk98lin_v10.88.3.3_K${_BaseVersion}.patch \ 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) @@ -52,6 +53,7 @@ if ! [ -d /usr/src/linux-${_BaseVersion} ]; then if [ -f $SRC/patch-$version.bz2 ]; then bzip2 -d -c $SRC/patch-$version.bz2 | patch -Np1 fi + cat $SRC/sk98lin_v10.88.3.3_K${_BaseVersion}.patch | patch -Np1 cd .. else rm -r linux-${_BaseVersion} |