diff -r 8505cc1ad3ce -r b3ecbec2c487 ethercat.conf.tmpl --- a/ethercat.conf.tmpl Fri Apr 07 08:29:19 2006 +0000 +++ b/ethercat.conf.tmpl Fri Apr 07 10:38:47 2006 +0000 @@ -10,9 +10,9 @@ #------------------------------------------------------------------------------ # The kernel to compile the EtherCAT sources against -KERNELDIR = /usr/src/linux +KERNEL := `uname -r` -# Install directory used by "make install" -INSTALLDIR := /opt/ethercat +# PCI index of the EtherCAT device +DEVICEINDEX := 99 #------------------------------------------------------------------------------