ethercat.conf.tmpl
changeset 169 b3ecbec2c487
parent 167 37c65411b411
child 250 440ae5f6d2c3
--- 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
 
 #------------------------------------------------------------------------------