From fc5e66f165273f0de2324429e19f9fb4037a7bbf Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 9 Jun 2017 17:32:39 +0200 Subject: [PATCH] added new git submodule for libiec61850 (from GitHub\!) --- .gitmodules | 3 +++ thirdparty/libiec61850 | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/libiec61850 diff --git a/.gitmodules b/.gitmodules index 4fd895cfe..b9dfd5a9d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "thirdparty/protobuf-c"] path = thirdparty/protobuf-c url = https://github.com/protobuf-c/protobuf-c.git +[submodule "thirdparty/libiec61850"] + path = thirdparty/libiec61850 + url = https://github.com/mz-automation/libiec61850 diff --git a/thirdparty/libiec61850 b/thirdparty/libiec61850 new file mode 160000 index 000000000..a1f442f08 --- /dev/null +++ b/thirdparty/libiec61850 @@ -0,0 +1 @@ +Subproject commit a1f442f0870786cc3d07deaaccc5142474d38e1a