- Jul 05, 2020
-
-
Matthias Schiffer authored
Allow replacing the default OSM layer with a custom XYZ layer in site.conf.
-
- 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^ 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>
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net> (cherry picked from commit 5a7ac058)
-
Martin Weinelt authored
-
- May 31, 2020
-
-
Sven Roederer authored
This summaries giving an overview of a scripts function and a short summary how it's doing this. Only the scripts are covered, that are used by the Freifunk-Berlin firmwarebuiler too. [Matthias Schiffer: slightly reworded some descriptions]
-
- May 30, 2020
-
-
Martin Weinelt authored
A microsecond is commonly abbreviated as µs. This prevents confusions between micro- (µs) and milliseconds (ms).
-
Ruben Barkow-Kuder authored
-
- May 29, 2020
-
-
David Bauer authored
This adds support for the beacon interval to be set on a per-band base. This has the potential to reduce the amount of airtime used up for sending beacon frames.
-
- May 13, 2020
-
-
Matthias Schiffer authored
-
- May 12, 2020
-
-
lemoer authored
-
- May 10, 2020
-
-
Matthias Schiffer authored
The 'preserve' flag can be used to mark a peer so it is not removed or modified on upgrades. In addition, groups containing preserved peers are not removed. Fixes: #557
-
- May 09, 2020
-
-
David Bauer authored
-
- May 02, 2020
-
-
David Bauer authored
Closes #1993
-
Martin Weinelt authored
(cherry picked from commit 7f3a3042)
-
Martin Weinelt authored
(cherry picked from commit 4bfcd6ae)
-
- Apr 29, 2020
-
-
Martin Weinelt authored
Allows reconfigurtion of remote syslog from within site.conf. Conflicts with the gluon-web-logging package as user made changes will be overwritten, because this package will reconfigure the syslog destination on every upgrade. Resolves #1845
-
Jan Luebbe authored
OpenWRT 19.07 enables urngd by default, so haveged is redundant.
-
- Apr 27, 2020
-
-
Jan Alexander authored
-
André Fiedler authored
-
- Apr 26, 2020
-
-
David Bauer authored
This device has broken Ethernet on both ports. Remove support for those devices. for now, as there was no feedback from the original author. Closes #1943
-
- Apr 25, 2020
-
-
aiyion.prime authored
v2 is available on the market, but apparently has no upstream support, yet: https://forum.openwrt.org/t/v2-of-cudy-wr1000/56965
-
- Apr 24, 2020
-
-
Jan Alexander authored
-
- Apr 11, 2020
-
-
David Bauer authored
Fixes commit 6692095f
-
- Apr 09, 2020
-
-
Jan Alexander authored
-
Matthias Schiffer authored
-
- Apr 05, 2020
-
-
Ruben Barkow-Kuder authored
-
- Mar 31, 2020
-
-
David Bauer authored
-
- Mar 25, 2020
-
-
David Bauer authored
This allows to define a list of packages, which are only installed for a specific device-class.
-
David Bauer authored
-
David Bauer authored
-
David Bauer authored
-
- Mar 23, 2020
-
-
Martin Weinelt authored
This package adds support for SAE on 802.11s mesh connections. Enabling this package will require all 802.11s mesh connections to be encrypted using the SAE key agreement scheme. The security of SAE relies upon the authentication through a shared secret. In the context of public mesh networks a shared secret is an obvious oxymoron. Still this functionality provides an improvement over unencrypted mesh connections in that it protects against a passive attacker who did not observe the key agreement. In addition Management Frame Protection (802.11w) gets automatically enabled on mesh interfaces to prevent protocol-level deauthentication attacks. If `wifi.mesh.sae` is enabled a shared secret will automatically be derived from the `prefix6` variable. This is as secure as it gets for a public mesh network. For *private* mesh networks `wifi.mesh.sae_passphrase` should be set to your shared secret. Fixes #1636
-
- Mar 19, 2020
-
-
Martin Weinelt authored
Resolves #1937
-
- Mar 14, 2020
-
-
Andreas Ziegler authored
-
- Mar 09, 2020
-
-
Martin Weinelt authored
-
David Lutz authored
-