diff options
author | anonimal <anonimal@i2pmail.org> | 2018-04-19 06:31:11 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2018-04-23 22:12:08 +0000 |
commit | c7b66d3d8cce4415534ce547d0c8bcb86e68bceb (patch) | |
tree | e6e364908a89d7b8b19cef9bc45a6737df7c40a8 | |
parent | Build: remove in-tree miniupnpc (diff) | |
download | monero-c7b66d3d8cce4415534ce547d0c8bcb86e68bceb.tar.xz |
Build: add miniupnp submodule
Though we only need miniupnpc, rebasing and maintaining a miniupnpc-only
repo is unrealistic.
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | external/miniupnp | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fbcec5b46..73b430c10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = external/unbound url = https://github.com/monero-project/unbound branch = monero +[submodule "external/miniupnp"] + path = external/miniupnp + url = https://github.com/monero-project/miniupnp + branch = monero diff --git a/external/miniupnp b/external/miniupnp new file mode 160000 +Subproject 6a63f9954959119568fbc4af57d7b491b9428d8 |