- Jul 03, 2016
-
-
Matthias Schiffer authored
Fixes #811
-
- Jul 01, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
git 2.9 enables rename detection by default, changing the content of some of our patch files. Explicitly disable it.
-
- Jun 29, 2016
-
-
Matthias Schiffer authored
-
- Jun 22, 2016
-
-
Christian Tramnitz authored
build-tested with 2016.1.4, boots but packet loss on eth0 omitted ata due to build errors
-
Matthias Schiffer authored
Fixes #121 Based-on-patch-by:
Tobias Hachmer <tobias@hachmer.de>
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jun 21, 2016
-
-
Sven Eckelmann authored
Speedy join only works when the received packet is either broadcast or an 4addr unicast packet. Thus packets converted from broadcast to unicast via the gateway handling code have to be converted to 4addr packets to allow the receiving gateway server to add the sender address as temporary entry to the translation table. Not doing it will make the batman-adv gateway server drop the DHCP response in many situations because it doesn't yet have the TT entry for the destination of the DHCP response. Signed-off-by:
Sven Eckelmann <sven@narfation.org>
-
- Jun 17, 2016
-
-
Sven Eckelmann authored
The new MR1750v2 device support is only available in LEDE master. The relevant patches have to backported to add support for them in Gluon Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Sven Eckelmann authored
The new OM2P-HSv3 device support is only available in LEDE master. The relevant patches have to backported to add support for them in Gluon Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Sven Eckelmann authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Matthias Schiffer authored
This reverts commit ffd1f0b3.
-
- Jun 16, 2016
-
-
Matthias Schiffer authored
batman-adv & alfred 2016.2.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Another backported upstream change.
-
- Jun 15, 2016
-
-
Matthias Schiffer authored
Packages in the openwrt-routing master have adjusted to this upstream change, so we follow. Also saves a bit of space.
-
Matthias Schiffer authored
-
Jan Niehusmann authored
Mainly applying a vendor patch from https://github.com/domino-team/OpenWrt-patches (https://raw.githubusercontent.com/domino-team/OpenWrt-patches/master/AR150%2C%20AR300%2C%20Domino%20-%20CC1505/000-gl-ar150-cc.patch)
-
- Jun 09, 2016
-
-
Matthias Schiffer authored
This patchset enables the RX LNA for the CPE210/510, improving RX by about 20dB. The profiles for CPE210 and CPE510 is split into two images, so the CPE510 can use the correct ART offset, improving the TX power by 10dB. Fixes #796
-
- Jun 02, 2016
-
-
Thomas Weißschuh authored
-
- May 31, 2016
-
-
Matthias Schiffer authored
-
- May 29, 2016
-
-
Matthias Schiffer authored
Now really fixes the build on Debian Jessie...
-
Matthias Schiffer authored
-
copyrights authored
-
Matthias Schiffer authored
-
Stefan Tabbert authored
No sysupgrade support yet.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
For some reason, the filenames of the OpenMesh support patches were truncated.
-
Metatron321 authored
-
- May 28, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Allow to build Gluon with GCC 4.7 (e.g. on Debian Wheezy) as host compiler again.
-
Matthias Schiffer authored
-
- May 27, 2016
-
-
Jan-Philipp Litza authored
-
- May 26, 2016
-
-
Jan-Tarek Butt authored
-
Jan-Philipp Litza authored
Most doubles that are delivered via respondd have limited input precision, but are converted with up to 17 digits of precision. That can cause ugly blowups like 0.2800000000000001 in the output, which is avoided by specifying better format strings (like "%.2f" in most cases).
-