1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

iec61850: enable node-type by default

This commit is contained in:
Steffen Vogel 2017-12-19 11:52:37 +01:00
parent 842df7c496
commit 03483d1cf6

View file

@ -38,7 +38,7 @@ WITH_SHMEM ?= 1
WITH_STATS ?= 1
WITH_INFLUXDB ?= 1
WITH_AMQP ?= 1
WITH_IEC61850 ?= 0
WITH_IEC61850 ?= 1
# Enabled loopback node-type
ifeq ($(WITH_LOOPBACK),1)