Skip to content

Commit

Permalink
Use same URL for mlnx FW as mlnx SDK does (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored and Shuotian Cheng committed Dec 14, 2016
1 parent 6ed8ff0 commit 1e3fdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/fw.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mellanox firmware

MLNX_FW = fw-SPC.mfa
$(MLNX_FW)_URL = https://github.com/Mellanox/SAI-Implementation/raw/sonic/sdk/fw-SPC.mfa
$(MLNX_FW)_URL = $(MLNX_SDK_BASE_URL)/$(MLNX_FW)
SONIC_ONLINE_FILES += $(MLNX_FW)

0 comments on commit 1e3fdc4

Please sign in to comment.