Skip to content

Commit

Permalink
remove the removal of ccat_net.conf in order to use this with generic…
Browse files Browse the repository at this point in the history
… and native ccat configuration
  • Loading branch information
jeonghanlee committed Dec 23, 2019
1 parent dd36c80 commit 38cb68d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure/E3/RULES_ETHERLAB
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ dkms_uninstall:

## Configuration for EtherCAT Master (systemd, ethercat.conf, and others)
setup:
ifeq ($(WITH_DEV_CCAT),YES)
$(QUIET) echo ">>> If /etc/module-load.d/ccat_netdev.conf exists,"
$(QUIET) echo " we are removing it, because it cannot be coexist with ec_ccat_netdev.\n"
$(QUIET) $(SUDO_CMD) find /etc/modules-load.d/ -maxdepth 1 -name "ccat_netdev*" -exec rm {} +
endif
$(QUIET) bash $(TOP)/scripts/etherlab_setup.bash -t $(E3_ETHERLAB_INSTALL_LOCATION)

## Clean up the configuration for EtherCAT Master (systemd, ethercat.conf, and others)
Expand Down

0 comments on commit 38cb68d

Please sign in to comment.