- Dec 10, 2024
-
-
Linus Lüssing authored
This reverts commit 702211ac. And refreshes the according patches to OpenWrt 24.10 / batman-adv v2024.3.
-
- Dec 07, 2024
-
-
David Bauer authored
Patch needs a rebase. Remove in the meantime. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 05, 2024
-
- Oct 10, 2024
-
-
Matthias Schiffer authored
The hardware is identical to the E4200 v2, so no 11s support. Added to have more devices for testing the ARMv5 ISA. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Jul 22, 2024
-
-
Grische authored
when a device is migrated from a single WAN/LAN configuration to a multi-port configuration (e.g. using DSA), set the same role on all ports and not just the new WAN port.
-
Florian Maurer authored
With the switch to DSA on this board, we can now utilize the ports better, by splitting them according to their usage Signed-off-by:
Florian Maurer <f.maurer@outlook.de>
-
- Jul 11, 2024
-
- Jul 10, 2024
-
-
Tom Herbers authored
Switch config for swconfig can be found in the network, not the system config. This resulted in `Switch type: none` beeing reported for swconfig devices.
-
- Jul 01, 2024
-
-
Florian Maurer authored
-
- Jun 28, 2024
-
-
Florian Maurer authored
Rename this to avoid a potential collision with wired ethernet interfaces using the same name
-
- Apr 09, 2024
-
- Mar 26, 2024
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
No need to iterate to look up a table entry.
-
- Mar 23, 2024
-
- Mar 11, 2024
-
-
Matthias Schiffer authored
find_phy() did not match OpenWrt's logic for PHY names anymore, and could not handle PHYs that don't match the 'phyX' naming scheme. Instead of trying to add more complex logic to our own code, simply do what OpenWrt does and use iwinfo to resolve UCI sections to PHY names.
-
- Mar 05, 2024
-
-
David Bauer authored
Stop and start the gluon-arp-limiter service before the network is brought down when commencing update. Start the service after the network is brought back up when aborting. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Feb 23, 2024
-
-
Sebastian Schaper authored
-
- Jan 11, 2024
-
- Jan 10, 2024
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Martin Weinelt authored
-
Martin Weinelt authored
-
- Jan 07, 2024
-
- Jan 05, 2024
-
-
Tom Herbers authored
The Gluon Tunneldigger protocol handler hasn't received the care and attention a core package, especially a VPN protocol, should. Due to the works in #2102 it's no longer required to maintain VPN handlers in the Gluon Core and they can be instead included via a package feed. Users who wish to continue using a supported core Gluon package are encouraged to take a look at fastd in conjunction with it's null@l2tp method. It offers roughly the same performance (it's using the same principle of operation) and supports connections via IPv6 as a bonus. In general it should be possible to change the VPN used protocol asynchronously with a normal update. If Gluon users wish to continue using tunneldigger the recomendation is to participate in the development of tunneldigger inside our community-packages.
-
- Dec 26, 2023
-
-
Grische authored
This package allows to easily select the correct libustream implementation without all communities having the need to manually change their included packages.
-
- Dec 21, 2023
-
-
Magnus Frühling authored
Remove legacy migrations. These predate the currently supported upgrade path, therefore we no longer need them. Signed-off-by:
Magnus Frühling <skorpy@frankfurt.ccc.de>
-
- Dec 19, 2023
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 14, 2023
-
-
David Bauer authored
Use a delete_call with a boolean parameter function instead of manually iterating over all devices. Link: https://github.com/freifunk-gluon/gluon/pull/3102 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 13, 2023
-
-
David Bauer authored
This preserves configuration of MAC-addresses for each interface in case OpenWrt sets them using netifd. This is done by preserving all device-configuration which does not define a bridge or the MAC-address of a bridge. Closes #3100 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 27, 2023
-
-
Bob Idle authored
-
- Nov 26, 2023
-
-
David Bauer authored
OpenWrt now uses the new mbedTLS implementation for hostapd as well as wpa_supplicant. In order to keep as close to upstream as possible, use these derivations. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 23, 2023
-
-
David Bauer authored
Use CAKE for shaping ingress as well as egress bandwidth shaping. CAKE allows to better shape egress as well as ingress bandwidth. It not only performs bandwidth shaping but also flow-queueing. This in conjunction with the batadv flow dissector allows us to utilize CAKE for all mesh-implementations currently supported in Gluon. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
Add GLuon meta-package to include on devices that support SQM. This package provides sqm-scripts as a dependency. SUpporting mesh-vpn protocols can then conditionally enable SQM on the VPN link. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 15, 2023
-
-
SaPl authored
-
- Nov 06, 2023
-
-
David Bauer authored
This code was added way back in 2017. We don't support updates from those old versions, so we can remove it. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 03, 2023
-
-
David Bauer authored
In case no interface role was selected for a given interface, gluon-reconfigure currently fails with Configuring: 021-interface-roles /usr/bin/lua: /usr/lib/lua/gluon/util.lua:25: bad argument #1 to 'pairs' (table expected, got nil) stack traceback: [C]: in function '?' /usr/lib/lua/simple-uci.lua:22: in function 'foreach' ./021-interface-roles:47: in main chunk [C]: ? Check we actually have a role set before accessing the table. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 02, 2023
-
- Nov 01, 2023
-
-
Rotzbua authored
google-lighthouse: Warning: Consider avoiding viewport values that prevent users from resizing documents. Rule ID: meta-viewport Accessibility: Ruleset: axe-core 4.4 User Impact: Critical Guidelines: WCAG 2.1 Best Practice, WCAG 2.0 Best Practice
-
- Oct 31, 2023
-
-
David Bauer authored
The vpn-core package does not utilize simple-tc anymore. This is now up to the VPN implementations. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
Remove old migrations which are due to be removed. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-