Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Switch download url for ixgbevf driver (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar authored Jun 28, 2017
1 parent bc79b99 commit 86a37dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/setup.d/10-upgrade-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ EOF
}

pushd /usr/src
# download and configure ixgbevf: https://downloadcenter.intel.com/download/18700/
# download and configure ixgbevf: https://downloadcenter.intel.com/download/26868/
IXGBEVF_VERSION=4.0.3
IXGBEVF_DOWNLOAD=18700 # If you are changing VERSION, don't forget to update this id and MD5 sum on the line below
IXGBEVF_DOWNLOAD=26868 # If you are changing VERSION, don't forget to update this id and MD5 sum on the line below
IXGBEVF_MD5=382f2faa4496a1301400a65339f1f341
curl -L https://downloadmirror.intel.com/${IXGBEVF_DOWNLOAD}/eng/ixgbevf-${IXGBEVF_VERSION}.tar.gz > ixgbevf-${IXGBEVF_VERSION}.tar.gz
if [[ $(md5sum ixgbevf-${IXGBEVF_VERSION}.tar.gz | awk '{print $1}') != $IXGBEVF_MD5 ]]; then
Expand Down

0 comments on commit 86a37dd

Please sign in to comment.