- Jun 27, 2024
-
-
Matthias Schiffer authored
Unlike Markdown, RST uses double backticks for monospace text; single backticks result in italic text. Use monospace for commands like the surrounding paragraphs.
-
Matthias Schiffer authored
Debugging binaries in images that are built with sstrip is extremely annoying, as not even objdump will work on them. Switching from sstrip to standard strip increases the ath79 image size (for some usual Archer C7 v2 configuration I used for testing) by ~70KiB, or 1.3% of the rootfs size (~1% of the total image size), which is rarely worth the decreased debuggability. Extend GLUON_DEBUG to not only distinguish 0 and 1, such that: - 0 uses sstrip same as before - 1 switches to regular strip; this is the new default - 2 includes all debug info, like GLUON_DEBUG=1 did before
-
- Jun 14, 2024
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net> (cherry picked from commit 9adddafc)
-
- Mar 14, 2024
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net> (cherry picked from commit a2ed18c5)
-
- Jan 23, 2024
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net> (cherry picked from commit 3c3a6a92)
-
- Jan 05, 2024
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 13, 2023
-
-
David Bauer authored
In case a community does not use Git for versioning it's site or using a different versioning scheme that do not have annotated tags on the master branch. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Oct 18, 2023
-
-
Bob Idle authored
-
- Oct 12, 2023
-
-
Tom Herbers authored
(cherry picked from commit b313a631)
-
- Aug 21, 2023
-
-
Martin Weinelt authored
The build process fails without that. Co-authored-by:
Tom Herbers <mail@tomherbers.de>
-
- Aug 09, 2023
-
-
David Bauer authored
-
- Apr 02, 2023
-
-
Florian Maurer authored
* add missing libelf-dev dependency (to build x86-64) * remove subversion dependency * add rsync dependency * add ecdsautils to docs
-
- Sep 05, 2022
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 31, 2021
-
-
Matthias Schiffer authored
We currently don't have any deprecated devices, so it doesn't make much sense to force every site to specify this variable. Make it default to 0 instead.
-
Matthias Schiffer authored
Add some explanation when `make update` needs to be run again.
-
- Dec 24, 2021
-
-
Matthias Schiffer authored
2 spaces is the most common indentation width used in the docs; adjust the rest for consistency. Also change .editorconfig accordingly.
-
- Dec 21, 2021
-
-
Martin Weinelt authored
Using `make container` or, if you don't have automake/gmake on your host system, `./scripts/container.sh` will build an image for the current branch your are on and drop you into a shell running inside a container using that image. From there all tooling required to work on Gluon is available. Supports both podman (preferred) and docker.
-
- Aug 11, 2021
-
-
Martin Weinelt authored
This has become possible with OpenWrt 21.02 and while the Dockerfile already received that updated, we forgot to update the CI and the documentation.
-
- Jun 26, 2021
-
-
David Bauer authored
Replace occurences of ar71xx with ath79. Remove references of ar71xx targets which are not relevant anymore.
-
- Jun 21, 2021
-
-
David Bauer authored
-
- Jun 10, 2021
-
-
Martin Weinelt authored
-
- Apr 27, 2021
-
-
yanosz authored
Co-Authored-By:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
- Apr 14, 2021
-
-
Martin Weinelt authored
-
- Dec 11, 2020
-
-
Andreas Ziegler authored
-
- Sep 02, 2020
-
-
Andreas Ziegler authored
-
- Aug 15, 2020
-
-
Matthias Schiffer authored
-
- Jul 19, 2020
-
-
David Bauer authored
(cherry picked from commit bf8c3bab)
-
- Jun 04, 2020
-
-
Chrissi^ (Chris Fiege) authored
This change stores a Kernel with Debug-Symbols for the current architecture in a new output directory '<outputdir>/debug'. This allows a developer or operator of a network to store the kernel along with the actual images. In case of a kernel oops the debug information can be used with the script 'scripts/decode_stacktrace.sh' in the kernel source tree to get the names to the symbols of the stack trace. OpenWRT already provides the CONFIG_COLLECT_KERNEL_DEBUG -option that creates a kernel with debug-symbols in the OpenWRT output directory. This change enables this option and copies the generated kernel to the gluon output directory. Signed-off-by:
Chrissi^ <chris@tinyhost.de>
-
- Jun 03, 2020
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- May 13, 2020
-
-
Matthias Schiffer authored
-
- May 12, 2020
-
-
lemoer authored
-
- May 02, 2020
-
-
Martin Weinelt authored
(cherry picked from commit 7f3a3042)
-
- Mar 07, 2020
-
-
David Bauer authored
(cherry picked from commit 447595f0)
-
- Feb 20, 2020
-
-
Andreas Ziegler authored
fixes #1935 found by @lrnzo
-
- Feb 14, 2020
-
- Feb 04, 2020
-
-
David Bauer authored
(cherry picked from commit 63ebeb25)
-
- Jan 06, 2020
-
-
Andreas Ziegler authored
(cherry picked from commit 239c379d)
-
- Sep 22, 2019
-
-
Martin Weinelt authored
-