]> git.proxmox.com Git - pve-kernel-2.6.32.git/blobdiff - Makefile
update spl/zfs source archives
[pve-kernel-2.6.32.git] / Makefile
index 38ee27c151dc833f4cf3b1c80f3667af8f8b66a3..099bf3ad04ac5148335f3372843a5ee8283105d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=3.4
 
 KERNEL_VER=2.6.32
-PKGREL=175
+PKGREL=176
 # also include firmware of previous versrion into 
 # the fw package:  fwlist-2.6.32-PREV-pve
 KREL=46
@@ -207,9 +207,6 @@ ${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README
        cd ${KERNEL_SRC}; patch -p1 <../fix-idr-header-for-drbd-compilation.patch
        cd ${KERNEL_SRC}; patch -p1 <../kvm-x86-ignore-ioapic-polarity.patch
        cd ${KERNEL_SRC}; patch -p1 <../fix-jfs-compile-error.patch
-       cd ${KERNEL_SRC}; patch -p1 <../infinite-loop-fix.patch
-       # fix veth checksum errors
-       cd ${KERNEL_SRC}; patch -p1 <../veth-do-not-modify-ip_summed.patch
        sed -i ${KERNEL_SRC}/Makefile -e 's/^EXTRAVERSION.*$$/EXTRAVERSION=${EXTRAVERSION}/'
        touch $@