- 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).
-
Johannes Rudolph authored
-
Matthias Schiffer authored
-
- May 23, 2016
-
-
Sven Eckelmann authored
The OpenMesh devices have a sticker with the eth0 mac address on the bottom. Also all other mac addresses are calculated based on this address. Therefore, it is better to use this as primary mac address instead of the WiFi mac address. Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Sven Eckelmann authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Sven Eckelmann authored
The returned name for OpenMesh devices with a an extra vX when calling lua -e 'print(require("platform_info").get_image_name())' doesn't contain a dash between the vX and the device name. Thus the image should also not contain a dash. Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Sven Eckelmann authored
The new ath9k/ath10k based devices are only available in OpenWrt trunk. The relevant patches have to backported to add support for them in Gluon Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
- May 22, 2016
-
-
Andreas Fischer authored
-
- May 19, 2016
-
-
Sven Eckelmann authored
The workaround to generate sysupgrade images for OpenMesh devices in gluon is replaced in LEDE/OpenWrt by a special patch. It is therefore better to drop the workaround and use the upstream version. Reported-by:
Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Matthias Schiffer authored
Don't fork reboot process before all package hooks have been handled and rendering is complete. Replace debug.setfenv hack to close stdout with nixio.dup. Fixes #772
-
- May 17, 2016
-
-
Matthias Schiffer authored
This was causing "recursive dependency" errors and potentially broken configurations.
-
- May 16, 2016
-
-
Sven Eckelmann authored
Integrate OpenMesh devices available in OpenWrt Chaos Calmer: - MR600 - MR600v2 - MR900 - MR900v2 - OM2P - OM2P-HS - OM2P-HSv2 - OM2P-LC - OM2Pv2 - OM5P - OM5P-AN Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Sven Eckelmann authored
The image validation currently fails on some devices (tested OpenMesh) because it isn't done via sysupgrade. But the checks depend partially on the integration in sysupgrade (e.g. via loops that can be stopped via "break statements"). Instead of hacking its own version check, it is easier and better tested to just use 'sysupgrade -T' like it is already done by LuCI. Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Matthias Schiffer authored
-