synapticon / Etherlab_EtherCAT_Master

Clone of IgH EtherCAT Master with additional Vectioneer patches.
GNU Lesser General Public License v2.1
81 stars 54 forks source link

Makefile contains wrong archive name #2

Closed BlexTw11-zz closed 7 years ago

BlexTw11-zz commented 7 years ago

Current Makefile:

ethercatMasterVersion:=1.5.2
ethercatMasterZip:=ethercat-$(ethercatMasterVersion).tar.bz2

fix:

ethercatMasterVersion:=1.5.2-sncn-3
ethercatMasterZip:=ethercat-$(ethercatMasterVersion).tar.bz2
fjes commented 7 years ago

In the new release this issue is fixed.

Thank you.