Merge branch 'ip-path' into 'master'
ethercatctl: fix hard-coded path to ip utility See merge request etherlab.org/ethercat!54
This commit is contained in:
commit
6af1d9a441
|
|
@ -35,7 +35,7 @@ LSMOD=/sbin/lsmod
|
|||
MODPROBE=/sbin/modprobe
|
||||
RMMOD=/sbin/rmmod
|
||||
MODINFO=/sbin/modinfo
|
||||
IP=/bin/ip
|
||||
IP=/sbin/ip
|
||||
|
||||
ETHERCAT=@bindir@/ethercat
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue