]> git.proxmox.com Git - pve-kernel-2.6.32.git/blobdiff - Makefile
update to vzkernel-2.6.32-042stab113.21.src.rpm, bump API to 45-pve
[pve-kernel-2.6.32.git] / Makefile
index dfd66ddb634c9111b80c1eacd05d9b712fe945b4..cd541f2480f948061fd9a73d36531f14cda9d674 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
 RELEASE=3.4
 
 KERNEL_VER=2.6.32
-PKGREL=171
+PKGREL=174
 # also include firmware of previous versrion into 
 # the fw package:  fwlist-2.6.32-PREV-pve
-KREL=44
+KREL=45
 
 RHKVER=573.8.1.el6
-OVZVER=042stab113.12
+OVZVER=042stab113.21
 
 KERNELSRCRPM=vzkernel-${KERNEL_VER}-${OVZVER}.src.rpm
 
@@ -208,6 +208,8 @@ ${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README
        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 $@