libubox: remove submodule
authorÁlvaro Fernández Rojas <[email protected]>
Sun, 19 Oct 2025 17:48:34 +0000 (19:48 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Sun, 19 Oct 2025 18:34:50 +0000 (20:34 +0200)
Including the libubox repository as a module isn't needed.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
.gitmodules [deleted file]
README.md
libubox [deleted submodule]

diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644 (file)
index 936f1cb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "libubox"]
-       path = libubox
-       url = http://git.openwrt.org/project/libubox.git
index b83fe9e0db9020ae4a35885bccd49b32c061dcc0..045d4f2298fed48e52da483424858a9be680272b 100644 (file)
--- 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 (submodule)
index 75a3b87..0000000
--- a/libubox
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 75a3b870cace1171faf57bd55e5a9a2f1564f757