]> git.proxmox.com Git - pve-kernel-jessie.git/blobdiff - Makefile
update to Ubuntu-4.4.0-28.47, bump API to 4.4.13-1-pve
[pve-kernel-jessie.git] / Makefile
index d237049b8d5cc5d818333f428f091da50f6c5eaa..3c7c2e541f3fd09e8d5ac47f5df30577a23ffff7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=4.2
 
 # also update proxmox-ve/changelog if you change KERNEL_VER or KREL
-KERNEL_VER=4.4.10
-PKGREL=54
+KERNEL_VER=4.4.13
+PKGREL=55
 # also include firmware of previous version into
 # the fw package:  fwlist-2.6.32-PREV-pve
 KREL=1
@@ -120,7 +120,7 @@ ${VIRTUAL_HDR_DEB} pve-headers: proxmox-ve/pve-headers.control
 download:
        rm -rf ${KERNEL_SRC} ${KERNELSRCTAR}
        #git clone git://kernel.ubuntu.com/ubuntu/ubuntu-vivid.git
-       git clone --single-branch -b Ubuntu-4.4.0-24.43 git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git ${KERNEL_SRC}
+       git clone --single-branch -b Ubuntu-4.4.0-28.47 git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git ${KERNEL_SRC}
        tar czf ${KERNELSRCTAR} --exclude .git ${KERNEL_SRC} 
 
 check_gcc: