- Apr 23, 2019
-
-
Tata authored
-
- Mar 29, 2019
-
-
Manu.WTF authored
-
- Mar 28, 2019
-
-
David Bauer authored
The device is broken until the next release. The LEDs are currently not working (fixed in current OpenWRT master). Also give a brief explanation about the BROKEN status being dependent on the WiFi chip used and not the SoC family in general.
-
- Feb 12, 2019
-
-
David Bauer authored
This package allows to automatically switch to another domain, either at a given point in time or after the node was offline long enough.
-
- Feb 11, 2019
-
-
David Bauer authored
Gluon has multiple ways to obtain unique MAC-addresses. They are either provided by the WiFi driver or derived from the primary MAC-address. Quoting the same file: > It's necessary that the first 45 bits of the MAC address don't > vary on a single hardware interface, since some chips are using > a hardware MAC filter. (e.g 'rt305x') This currently fails in case the rt35xx based chips mac address differs from the primary MAC. In this case, the MAC address for the client0 radio (vif 1) comes from the WiFi driver. As there is only a single MAC-address provided by '/sys/class/ieee80211/phyX/addresses' but the MAC-address for mesh 0 (vif 2) is derived from the Node-ID, resulting in different first 45 bits. The WiFi won't come up altogether in this case. This commit verifies at least 4 MAC-Addresses are provided by the WiFi driver. If this is not the case, all MAC-addresses are derived from the primary MAC. This way, affected radios are working correctly.
-
- Jan 25, 2019
-
-
Martin Weinelt authored
fixes #1629
-
Martin Weinelt authored
-
- Dec 29, 2018
-
-
David Bauer authored
This commit distributes dualband radios evenly on 2.4 GHz and 5GHz with 2.4 GHz being prioritised higher than 5 GHz. This means in case a device has only a single radio and this radio supports operation in both bands, it will be set to 2.4 GHz. Tested-by:
Martin Weinelt <martin@darmstadt.freifunk.net> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 02, 2018
-
-
Julian authored
$VERSION_ID is a lowercase value
-
- Nov 26, 2018
-
-
Christof Schulze authored
-
- Nov 21, 2018
-
-
Christof Schulze authored
gluon-core, gluon-mesh-babel: move lua functions that generate ll-addresses from a mac into gluon-core
-
- Nov 16, 2018
-
-
T-X authored
The redirect and dnat target are needed for gluon-alt-esc-client to forward frames to the selected, alternative gateways. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Oct 14, 2018
-
-
David Bauer authored
-
- Oct 11, 2018
-
-
David Bauer authored
This adds support for the TP-Link TL-WR902Ac v1 travel router. The device is marked as broken due to 64MB which might be insufficient in certain environments.
-
- Aug 03, 2018
-
-
Andreas Ziegler authored
Revert "gluon-core: make sure dns traffic leaves the correct interface when there is ipv6 wan uplink" This reverts commit b3d70111. with this change, DNS in batman-adv based networks is broken. although the revert breaks babel based networks, this is not as big of a problem.
-
- Aug 01, 2018
-
-
Christof Schulze authored
-
- Jul 25, 2018
-
-
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
-
- Jul 17, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jul 15, 2018
-
-
David Bauer authored
This commit adds support for the new ipq40xx target.
-
- Jul 14, 2018
-
-
Matthias Schiffer authored
-
- Jul 13, 2018
-
-
Matthias Schiffer authored
-
- Jul 12, 2018
-
-
David Bauer authored
-
- Jul 10, 2018
-
-
Matthias Schiffer authored
-
- Jun 09, 2018
-
-
Sven Eckelmann authored
-
- Jun 08, 2018
-
-
Sven Eckelmann authored
-
- Apr 27, 2018
-
-
Matthias Schiffer authored
In multidomain setups, VXLAN is enabled by default, but can be disabled in domain configs using the mesh/vxlan option. In single domain setups, the mesh/vxlan option is mandatory. The UCI option for legacy mode is removed. Fixes #1364
-
- Apr 15, 2018
-
-
Christof Schulze authored
gluon-core, gluon-l3roamd: introduce script gluon-list-mesh-interfaces that lists all currently active mesh interfaces
-
- Apr 13, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
dnsmasq's caching is severly broken and does not handle all answer records equally. In particular, its cached answers are missing DNSKEY and DS records, breaking DNSSEC validation on clients. Remove the cache for now. It may return if dnsmasq is fixed or we switch to a different resolver.
-
Matthias Schiffer authored
The script cleaned up an old setting that was removed in 2014.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
net.ipv6.conf.br-client.forwarding is moved from gluon-client-bridge to gluon-mesh-batman-adv, as the setting is not useful with non-bridged protocols.
-
- Apr 11, 2018
-
-
Matthias Schiffer authored
-
- Mar 17, 2018
-
-
Matthias Schiffer authored
-
Jan-Tarek Butt authored
-