ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Thu, 18 May 2006 12:45:32 +0000
changeset 247 d1f0cff6f57f
parent 169 b3ecbec2c487
child 250 440ae5f6d2c3
permissions -rw-r--r--
Minor changes in init script.
#------------------------------------------------------------------------------
#
#  EtherCAT configuration file
#
#  $Id$
#
#  This file is a versioned template configuration. Copy it to "ethercat.conf"
#  (which is ignored by Subversion) and adjust it to your needs.
#
#------------------------------------------------------------------------------

# The kernel to compile the EtherCAT sources against
KERNEL := `uname -r`

# PCI index of the EtherCAT device
DEVICEINDEX := 99

#------------------------------------------------------------------------------