oonf-*: remove oonf packages such as init scripts, proxy, radio, olsrd2 1145/head
authorJosef Schlehofer <[email protected]>
Mon, 10 Nov 2025 08:17:42 +0000 (09:17 +0100)
committerJosef Schlehofer <[email protected]>
Mon, 10 Nov 2025 08:20:02 +0000 (09:20 +0100)
commit58070aa6c17ef1fd84d4e0ad3e266812a8dc1c4c
tree3e98129b04c1732db3d55fc09a51b676489709f3
parent149ea45cc223597262415823bcdca3effc601bc2
oonf-*: remove oonf packages such as init scripts, proxy, radio, olsrd2

These packages have not been compiling for some time due to the
transition to GCC14 (issue: https://github.com/OLSR/OONF/issues/71).
This has been reported to the upstream repositories, but it appears
that development has stalled.

Additionally, the project's website and documentation have been
non-functional since 2024. Reference:
https://github.com/OLSR/OONF/issues/54

Another issue is the transition to CMake 4.x, which causes the
packages to fail with the following error:

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

Signed-off-by: Josef Schlehofer <[email protected]>
17 files changed:
oonf-dlep-proxy/Makefile [deleted file]
oonf-dlep-proxy/files/dlep_proxy.hotplug [deleted file]
oonf-dlep-proxy/files/dlep_proxy.init [deleted file]
oonf-dlep-proxy/files/dlep_proxy.uci [deleted file]
oonf-dlep-radio/Makefile [deleted file]
oonf-dlep-radio/files/dlep_radio.hotplug [deleted file]
oonf-dlep-radio/files/dlep_radio.init [deleted file]
oonf-dlep-radio/files/dlep_radio.uci [deleted file]
oonf-init-scripts/Makefile [deleted file]
oonf-init-scripts/files/oonf_hotplug.sh [deleted file]
oonf-init-scripts/files/oonf_init.sh [deleted file]
oonf-olsrd2/Config.in [deleted file]
oonf-olsrd2/Makefile [deleted file]
oonf-olsrd2/files/olsrd2.hotplug [deleted file]
oonf-olsrd2/files/olsrd2.init [deleted file]
oonf-olsrd2/files/olsrd2.uci [deleted file]
oonf-olsrd2/patches/100-enable-lan-import-plugin.patch [deleted file]