]> git.proxmox.com Git - pve-kernel-jessie.git/blobdiff - Makefile
update igb module to 5.3.5.3
[pve-kernel-jessie.git] / Makefile
index 70a3f6535c8ad43103f7cb48cb5d896a346c79a6..c663874b7d4f73a039de46b8fd5c27b134f91a08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ FW_DEB=pve-firmware_${FW_VER}-${FW_REL}_all.deb
 E1000EDIR=e1000e-3.3.3
 E1000ESRC=${E1000EDIR}.tar.gz
 
-IGBDIR=igb-5.3.4.4
+IGBDIR=igb-5.3.5.3
 IGBSRC=${IGBDIR}.tar.gz
 
 IXGBEDIR=ixgbe-4.4.6
@@ -288,6 +288,7 @@ igb.ko igb: .compile_mark ${IGBSRC}
        rm -rf ${IGBDIR}
        tar xf ${IGBSRC}
        [ ! -e /lib/modules/${KVNAME}/build ] || rm /lib/modules/${KVNAME}/build
+       cd ${IGBDIR}; patch -p1 < ../igb-kcompat-version-check-fix.patch
        cd ${IGBDIR}/src; make BUILD_KERNEL=${KVNAME} KSRC=${TOP}/${KERNEL_SRC}
        cp ${IGBDIR}/src/igb.ko igb.ko