]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update seabios to 1.7.2.1
[pve-qemu-kvm.git] / Makefile
index f12de5008a618e04b120d3f28f28a910d4eb3ba1..4f15e79f51703c68c9c9b540400c68cd19ccef15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=2.3
 
 # also update debian/changelog
-KVMVER=1.3
-KVMPKGREL=14
+KVMVER=1.4
+KVMPKGREL=7
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,9 +18,9 @@ all: ${KVM_DEB} ${KVMSRC}
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
        git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
-       cd ${KVMDIR}; git checkout -b local v1.3.0
-       cd ${KVMDIR}; git am ../seabios-update.patch
-       cd ${KVMDIR}; git am ../seabios-update2.patch
+       cd ${KVMDIR}; git checkout -b local v1.4.0
+       # update to seabios 1.7.2.1
+       cd ${KVMDIR}; git cherry-pick 5c75fb10029c5fd1e705a6ef5d698fbea06c7a33
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}