- Jun 15, 2021
-
-
Dark4MD authored
-
- Jun 10, 2021
-
-
Martin Weinelt authored
I mixed up two separate improvements into one, this change aims to clarify them based on a suggestion and conversation with @T-X.
-
Martin Weinelt authored
-
Martin Weinelt authored
-
- May 27, 2021
-
-
aiyion.prime authored
-
- Apr 27, 2021
-
-
Daniel Frank authored
Explains the behaviour when DATE is either in the future or in the past and hints at how the firmware rollout can be controlled using the PRIORITY variable. Co-Authored-By:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
yanosz authored
Co-Authored-By:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
- Apr 14, 2021
-
-
Martin Weinelt authored
-
- Jan 13, 2021
-
-
Sven Eckelmann authored
This device is a dual 5GHz device. It is recommended to manually change the radio of the first device to the lower 5GHz channels and the second radio to the upper 5GHz channels
-
Sven Eckelmann authored
-
- Jan 10, 2021
-
-
Sven Eckelmann authored
-
Sven Eckelmann authored
-
- Dec 11, 2020
-
-
Andreas Ziegler authored
-
- Nov 14, 2020
-
-
Martin Weinelt authored
The map is generated from EUMETNET data, it's source code can be found at https://gitlab.com/aaaaalbert/wxr-channel-map.
-
- Nov 05, 2020
-
-
Andreas Ziegler authored
-
- Oct 06, 2020
-
-
David Bauer authored
-
David Bauer authored
* ar71xx-generic: only create manifest alias for Rocket M5 This follow up the discussion done in #2070 by not creating a symlink for the Rocket M5. Images for the Rocket M2 can still be flashed on a Rocket M5. This change will prevent the Rocket M5 from appearing in Firmware selectors. Existing devices will still receive updates, as the device name is still referenced for the device name expected by the M5. Closes #2070 * docs: remove Rocket M5 from supported devices
-
Steffen Förster authored
Fixes #2113
-
- Sep 02, 2020
-
-
Andreas Ziegler authored
-
Andreas Ziegler authored
-
- Sep 01, 2020
-
-
Andreas Ziegler authored
-
- Aug 29, 2020
-
-
T-X authored
Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Aug 28, 2020
-
-
Andreas Ziegler authored
-
Matthias Schiffer authored
The rewrite of the feature handling introduced multiple major bugs. One of them was caused by the way Lua's logical operators work: An expression of the form _'autoupdater' and _'web-advanced' would return 'web-advanced' rather than the boolean true when _ returned both strings unchanged (because the features are enabled). As entries with more than a single feature name in their expressions did not set no_default, Gluon would then attempt to add gluon-web-advanced to the package selection, as web-advanced is a "pure" feature. To fix this, and get rid of the annoying nodefault, separate handling of "pure" feature and handling of logical expressions into two separate functions, called feature() and when(). To simplify the feature definitions, the package list is now passed directly to these functions rather than in a table with a single field 'packages'. Fixes: ee5ec5af ("build: rewrite features.sh in Lua")
-
- Aug 15, 2020
-
-
Matthias Schiffer authored
-
- Aug 13, 2020
-
-
bobcanthelpyou authored
-
- Aug 08, 2020
-
-
Matthias Schiffer authored
Fix a number of issues related to the vertical alignment and margins of list elements.
-
- Jul 19, 2020
-
-
David Bauer authored
(cherry picked from commit bf8c3bab)
-
David Bauer authored
Closes #1979 Closes #2062 (cherry picked from commit 582d2d69)
-
David Bauer authored
Closes #1979 Closes #2062
-
- Jul 07, 2020
-
-
David Bauer authored
Document the behavior of the Outdoor mode when preserve_channels is enabled.
-
- Jul 06, 2020
-
-
David Bauer authored
Document the behavior of the Outdoor mode when preserve_channels is enabled.
-
- Jul 05, 2020
-
-
Matthias Schiffer authored
Allow replacing the default OSM layer with a custom XYZ layer in site.conf.
-
- Jul 04, 2020
-
-
Matthias Schiffer authored
-
- Jul 01, 2020
-
-
Matthias Schiffer authored
The `features` file is converted to a Lua-based DSL. A helper function `_` is used in the DSL; this will return the original string for enabled features, and nil for disabled features. This allows to use boolean operations on features without making the code too verbose. Besides having more readable and robust code, this also fixes the bug that all files `packages/*/features` were evaluated instead of only using the feature definitions of currently active feeds.
-
- Jun 13, 2020
-
-
Matthias Schiffer authored
v2020.2.x has been branched, so the current master is v2020.2+.
-
- 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
-
-
Matthias Schiffer authored
None of the other release pages have a "v" before the version number.
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-