mghttpd: Remove Mongoose httpd

Users should migrate to Civitweb.

Closes #5304.
This commit is contained in:
Joel Sherrill
2025-07-24 19:44:35 -05:00
committed by Kinsey Moore
parent b934583853
commit a1c30b7f71
4 changed files with 0 additions and 5604 deletions

View File

@@ -16,7 +16,6 @@ files = [
"cpukit/include/link.h",
"cpukit/include/md4.h",
"cpukit/include/md5.h",
"cpukit/include/mghttpd/mongoose.h",
"cpukit/include/rtems/jffs2.h",
"cpukit/include/rtems/mouse_parser.h",
"cpukit/include/sha224.h",
@@ -105,11 +104,6 @@ files = [
"cpukit/dtc/VERSION"
]
[[ignore."cpukit/mghttpd"]]
files = [
"cpukit/mghttpd/mongoose.c",
]
[[ignore."cpukit/mouse"]]
files = ["cpukit/libmisc/mouse/mouse_parser.c"]

File diff suppressed because it is too large Load Diff

View File

@@ -24,8 +24,6 @@ links:
uid: libftpfs
- role: build-dependency
uid: libjffs2
- role: build-dependency
uid: libmghttpd
- role: build-dependency
uid: librtemscpu
- role: build-dependency

View File

@@ -1,21 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
cflags:
- ${COVERAGE_COMPILER_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags:
- ${COVERAGE_COMPILER_FLAGS}
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/mghttpd
source:
- cpukit/include/mghttpd/mongoose.h
install-path: ${BSP_LIBDIR}
links: []
source:
- cpukit/mghttpd/mongoose.c
target: mghttpd
type: build