Including the libubox repository as a module isn't needed.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
+++ /dev/null
-[submodule "libubox"]
- path = libubox
- url = http://git.openwrt.org/project/libubox.git
- 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.
+++ /dev/null
-Subproject commit 75a3b870cace1171faf57bd55e5a9a2f1564f757