- 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
-
- Sep 12, 2019
-
-
Andreas Ziegler authored
-
- Jun 24, 2019
-
-
rubo77 authored
-
Martin Weinelt authored
-
- Jun 20, 2019
-
-
Martin Weinelt authored
Issue was uncovered by sphinx-build: docs/user/getting_started.rst:100: WARNING: Definition list ends without a blank line; unexpected unindent.
-
rubo77 authored
-
rubo77 authored
-
- Jun 15, 2019
-
-
Matthias Schiffer authored
This new build flag is mandatory for now (it may default to 0 in a future Gluon version). It may be set to the following values: * 0 - Do not build any images for deprecated devices. * upgrade - Only build sysupgrade images for deprecated devices. * full - Build both sysupgrade and factory images for deprecated devices. "Other" images are handled like factory images, as they are also used for the initial installation of Gluon on a device.
-
- Apr 21, 2019
-
-
bobcanthelpyou authored
-
- Apr 11, 2019
-
-
bobcanthelpyou authored
-
- Apr 02, 2019
-
-
bobcanthelpyou authored
-
- Mar 15, 2019
-
-
Martin Weinelt authored
-