X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=0c3b59ba8ebef143435e19104fa5482d5bf795d0;hb=8e31246e5d95c3cf5977d8f7f0355d369bf11424;hp=805eccdad2546361ee8e5c90414319a3f4e32e39;hpb=859fa002b062438e24b72956d4cd175b6cc078a0;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 805eccd..0c3b59b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 # also update debian/changelog KVMVER=2.4 -KVMPKGREL=12 +KVMPKGREL=14 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -23,9 +23,7 @@ download: rm -rf ${KVMDIR} ${KVMSRC} #git clone git://git.qemu-project.org/qemu.git -b stable-2.4 ${KVMDIR} git clone git://git.qemu-project.org/qemu.git ${KVMDIR} - cd ${KVMDIR}; git checkout v2.4.0.1; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb - # update ipxe binaries - cd ${KVMDIR}; git cherry-pick f4798320144245da66128edb840bd940fd287d28 + cd ${KVMDIR}; git checkout v2.4.1; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${DEBS} kvm: ${KVMSRC}