Skip to content

Commit

Permalink
[nephos]: update ixgbe driver download url (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Nov 12, 2017
1 parent 9fa8de6 commit 89742ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ixgbe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAIN_TARGET = ixgbe.ko

$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
rm -rf ./ixgbe-$(IXGBE_DRIVER_VERSION)
wget -O ixgbe-$(IXGBE_DRIVER_VERSION).tar.gz "https://downloadmirror.intel.com/14687/eng/ixgbe-5.2.4.tar.gz"
wget -O ixgbe-$(IXGBE_DRIVER_VERSION).tar.gz "https://sonicstorage.blob.core.windows.net/packages/ixgbe-5.2.4.tar.gz?sv=2015-04-05&sr=b&sig=AaqJHHaPiJRp8R3HKobi0GNDgHAVnqijk6hpahwJ0Mg%3D&se=2154-10-05T22%3A19%3A29Z&sp=r"
tar xzf ixgbe-$(IXGBE_DRIVER_VERSION).tar.gz

# Patch
Expand Down

0 comments on commit 89742ee

Please sign in to comment.