From: Álvaro Fernández Rojas Date: Sun, 19 Oct 2025 17:48:34 +0000 (+0200) Subject: libubox: remove submodule X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=757c1c704c9d07bf49e528d1ee0cd2b1423d4059;p=project%2Fomcproxy.git libubox: remove submodule Including the libubox repository as a module isn't needed. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 936f1cb..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "libubox"] - path = libubox - url = http://git.openwrt.org/project/libubox.git diff --git a/README.md b/README.md index b83fe9e..045d4f2 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,9 @@ It is partly based on code of https://github.com/Oryon/pimbd - Kernel-space multicast routing - Multiple instances support - Address-scope specific proxying - ## Compiling -omcproxy uses libubox as submodule, be sure to clone this git repository -with --recursive or run: "git submodule init; git submodule update" -after cloning. If you are already using libubox as a shared library -just pass -DWITH_LIBUBOX=1 to cmake. - omcproxy uses cmake: - To prepare a Makefile use: "cmake ." - To build / install use: "make" / "make install" afterwards. diff --git a/libubox b/libubox deleted file mode 160000 index 75a3b87..0000000 --- a/libubox +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75a3b870cace1171faf57bd55e5a9a2f1564f757