- May 29, 2016
-
-
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
-
- May 13, 2016
-
-
Matthias Schiffer authored
Fixes #764
-
Matthias Schiffer authored
Also backport some patches improving QCA956x support.
-
Matthias Schiffer authored
Lua's tables are 1-based, so we must decrement the index by 1 to get the desired MAC addresses. By not doing this, the second IBSS interface would get the address with index 8, but only indices 0..7 are available. Fixes: c73a12e0
-
- May 11, 2016
-
-
Matthias Schiffer authored
-
- May 09, 2016
-
-
Matthias Schiffer authored
Make pkg-config, mkimage and gcc build with GCC 6 as host compiler. Fix miscompilation of node. Fixes #755
-
- May 06, 2016
-
-
Matthias Schiffer authored
Fixes #687
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- May 05, 2016
-
-
Matthias Schiffer authored
Fixes VLANs with shell protos on top of WLAN devices. Fixes #754
-
- May 03, 2016
-
-
Matthias Schiffer authored
-
- May 02, 2016
-
-
Nils Schneider authored
-
- Apr 29, 2016
-
-
Matthias Schiffer authored
Fixes #731
-
Matthias Schiffer authored
This also reverts commit 24d8695d...
-
Matthias Schiffer authored
-