Skip to content

Commit cb5f1c4

Browse files
committed
convert wolfssl to a git submodule
wolfssl has been forked (https://github.com/openvehicles/wolfssl) and the subdirectory converted to a Git submodule. Additionally, it has been put one directory level below (in vehicle/OVMS.V3/components/wolfssl/wolfssl) to better separate the upstream code from our build glue (component.mk, CMakeLists.txt and configuration files) This way it's easier to track any changes made to the module, upgrade when upstram changes, or propose patches to upstream. We kept the existing version (v4.7.0-stable) - it will be upgraded later Signed-off-by: Ludovic LANGE <[email protected]>
1 parent e7f41bd commit cb5f1c4

File tree

2,006 files changed

+103
-1124224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,006 files changed

+103
-1124224
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "vehicle/OVMS.V3/components/wolfssh/wolfssh"]
1111
path = vehicle/OVMS.V3/components/wolfssh/wolfssh
1212
url = https://github.com/openvehicles/wolfssh.git
13+
[submodule "vehicle/OVMS.V3/components/wolfssl/wolfssl"]
14+
path = vehicle/OVMS.V3/components/wolfssl/wolfssl
15+
url = https://github.com/openvehicles/wolfssl.git

vehicle/OVMS.V3/components/wolfssl/AUTHORS

Whitespace-only changes.

0 commit comments

Comments
 (0)