cgi-io: move into out of tree project
authorPetr Štetiar <ynezz@true.cz>
Sun, 11 Oct 2020 12:54:55 +0000 (14:54 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 8 Sep 2021 20:13:08 +0000 (22:13 +0200)
commitdaaacfd24e74022f7d004e77d854be55085f9739
tree932addb2796dce0c74d3ac646b5b585d9a8f7d78
parentd5a7aa18618c7e47c8bfe9b96b8a5c87f7459b90
cgi-io: move into out of tree project

No functional changes, just moved the sources into out of tree
project[1] so it's going to be easier to do CI with unit testing,
fuzzing etc.

1. https://git.openwrt.org/?p=project/cgi-io.git;a=shortlog

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 08be3279423ed19554905d9cf00a508be0586107)
net/cgi-io/Makefile
net/cgi-io/src/CMakeLists.txt [deleted file]
net/cgi-io/src/main.c [deleted file]
net/cgi-io/src/multipart_parser.c [deleted file]
net/cgi-io/src/multipart_parser.h [deleted file]