Compare changes
Some changes are not shown.
For a faster browsing experience, only 75 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
+194
−326
+59
−30
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