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:
parent
842df7c496
commit
03483d1cf6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue