File tree Expand file tree Collapse file tree
scripts/package-build/linux-kernel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,4 +78,4 @@ fpm --input-type dir --output-type deb --name vyos-intel-${DRIVER_NAME} \
7878 --license " GPL2" -C ${DEBIAN_DIR} --after-install ${DEBIAN_POSTINST}
7979
8080# cleanup
81- rm -rf ${DEBIAN_DIR}
81+ rm -rf ${DEBIAN_DIR} ${DEBIAN_POSTINST}
Original file line number Diff line number Diff line change @@ -36,37 +36,37 @@ build_cmd = "build_intel_qat"
3636
3737[[packages ]]
3838name = " igb"
39- commit_id = " v5.19.10 "
39+ commit_id = " v5.20.28 "
4040scm_url = " https://github.com/intel/ethernet-linux-igb"
4141build_cmd = " build_intel_nic"
4242
4343[[packages ]]
4444name = " ixgbe"
45- commit_id = " v6.3.6 "
45+ commit_id = " v6.4.4 "
4646scm_url = " https://github.com/intel/ethernet-linux-ixgbe"
4747build_cmd = " build_intel_nic"
4848
4949[[packages ]]
5050name = " ixgbevf"
51- commit_id = " v5.2.2 "
51+ commit_id = " v5.3.36 "
5252scm_url = " http://github.com/intel/ethernet-linux-ixgbevf"
5353build_cmd = " build_intel_nic"
5454
5555[[packages ]]
5656name = " i40e"
57- commit_id = " v2.28.16 "
57+ commit_id = " v2.30.18 "
5858scm_url = " http://github.com/intel/ethernet-linux-i40e"
5959build_cmd = " build_intel_nic"
6060
6161[[packages ]]
6262name = " ice"
63- commit_id = " v2.5.4 "
63+ commit_id = " v2.6.6 "
6464scm_url = " http://github.com/intel/ethernet-linux-ice"
6565build_cmd = " build_intel_nic"
6666
6767[[packages ]]
6868name = " iavf"
69- commit_id = " v4.13.20 "
69+ commit_id = " v4.13.35 "
7070scm_url = " http://github.com/intel/ethernet-linux-iavf"
7171build_cmd = " build_intel_nic"
7272
You can’t perform that action at this time.
0 commit comments