File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ endif
127127ETHTOOL_VERSION := "v6.5"
128128ethtool :
129129ifeq ("$(wildcard ethtool) ","")
130- git clone https://git.kernel.org/pub/scm/network/ethtool/ethtool.git
130+ git clone https://git.kernel.org/pub/scm/network/ethtool/ethtool.git || \
131+ git clone https://kernel.googlesource.com/pub/scm/network/ethtool/ethtool
131132else
132133 cd ethtool && git checkout master && git pull
133134endif
@@ -139,7 +140,8 @@ endif
139140
140141ethtool-aarch64 :
141142ifeq ("$(wildcard ethtool-aarch64) ","")
142- git clone https://git.kernel.org/pub/scm/network/ethtool/ethtool.git ethtool-aarch64
143+ git clone https://git.kernel.org/pub/scm/network/ethtool/ethtool.git ethtool-aarch64 || \
144+ git clone https://kernel.googlesource.com/pub/scm/network/ethtool/ethtool ethtool-aarch64
143145else
144146 cd ethtool-aarch64 && git checkout master && git pull
145147endif
You can’t perform that action at this time.
0 commit comments