Compare changes
Some changes are not shown.
For a faster browsing experience, only 81 of 868 files are shown. Download one of the files below to see all changes.
.ecrc
0 → 100644
+3
−0
.editorconfig
0 → 100644
+67
−0
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
+71
−0
.github/dependabot.yml
0 → 100644
+12
−0
.github/filters.yml
0 → 100644
+345
−0
.github/labeler.yml
0 → 100644
+89
−0
.github/workflows/backport.yml
0 → 100644
+20
−0
.github/workflows/build-container.yml
0 → 100644
+48
−0
.github/workflows/build-docs.yml
0 → 100644
+29
−0
.github/workflows/build-gluon.yml
0 → 100644
+80
−0
.github/workflows/bump-gluon.yml
0 → 100644
+51
−0
.github/workflows/check-ci.yml
0 → 100644
+22
−0
.github/workflows/check-patches.yml
0 → 100644
+30
−0
.github/workflows/labels.yml
0 → 100644
+21
−0
.github/workflows/lint.yml
0 → 100644
+54
−0
+7
−4
.luacheckrc
0 → 100644
+119
−0
.readthedocs.yaml
0 → 100644
+20
−0
CONTRIBUTING.md
0 → 100644
+53
−0
+8
−5
+190
−258
+51
−41
contrib/actions/free-runner-space.sh
0 → 100755
+23
−0
+54
−0
contrib/actions/run-build.sh
0 → 100755
+17
−0
contrib/actions/show-system-info.sh
0 → 100755
+16
−0
contrib/check-image-size.py
0 → 100755
+146
−0
contrib/ci/minimal-site/i18n
0 → 120000
+1
−0
+16
−0
contrib/ci/minimal-site/modules
0 → 120000
+1
−0
contrib/ci/minimal-site/site.conf
0 → 100644
+180
−0
contrib/ci/minimal-site/site.mk
0 → 120000
+1
−0
contrib/ci/olsr-site/i18n
0 → 120000
+1
−0
+20
−0
contrib/ci/olsr-site/modules
0 → 120000
+1
−0
contrib/ci/olsr-site/site.conf
0 → 100644
+176
−0
contrib/ci/olsr-site/site.mk
0 → 100644
+29
−0
contrib/depdot.sh
0 → 100755
+58
−0
contrib/docker/Dockerfile
0 → 100644
+47
−0
contrib/i18n-scan.pl
0 → 100755
+128
−0
contrib/lsupgrade.sh
0 → 100755
+48
−0
contrib/push_pkg.sh
0 → 100755
+149
−0
contrib/run_qemu.sh
0 → 100755
+15
−0
+48
−21
contrib/sigtest.sh
0 → 100755
+50
−0
+10
−168
docs/_static/css/custom.css
0 → 100644
+3
−0
+101
−174
docs/dev/basics.rst
0 → 100644
+85
−0
docs/dev/build.rst
0 → 100644
+104
−0
docs/dev/contribute.rst
deleted100644 → 0
+0
−20
docs/dev/debugging.rst
0 → 100644
+51
−0
docs/dev/hardware.rst
0 → 100644
+238
−0
docs/dev/mac_addresses.rst
0 → 100644
+18
−0
docs/dev/packages.rst
0 → 100644
+215
−0
docs/dev/site_library.rst
0 → 100644
+36
−0
docs/dev/upgrade.rst
0 → 100644
+41
−0
docs/dev/uplink.rst
0 → 100644
+55
−0
docs/dev/web/config-mode.rst
0 → 100644
+92
−0
docs/dev/web/controller.rst
0 → 100644
+124
−0
docs/dev/web/i18n.rst
0 → 100644
+109
−0
docs/dev/web/model.rst
0 → 100644
+153
−0