Skip to content
Snippets Groups Projects
  1. May 26, 2016
    • Jan-Philipp Litza's avatar
      respondd modules: Use proper formatting of doubles · f7eda938
      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).
      f7eda938
  2. May 23, 2016
  3. May 19, 2016
  4. May 17, 2016
  5. May 16, 2016
    • Sven Eckelmann's avatar
      gluon-luci-admin: Fix uploaded image validation · d30a6ff1
      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: default avatarSven Eckelmann <sven.eckelmann@open-mesh.com>
      d30a6ff1
  6. May 13, 2016
  7. Apr 28, 2016
  8. Apr 27, 2016
  9. Apr 26, 2016
  10. Apr 24, 2016
  11. Apr 22, 2016
  12. Apr 08, 2016
  13. Apr 03, 2016
  14. Apr 02, 2016
  15. Mar 10, 2016
  16. Mar 08, 2016
  17. Feb 29, 2016
  18. Feb 28, 2016
  19. Feb 26, 2016
  20. Feb 16, 2016
  21. Feb 10, 2016
    • Kokel's avatar
      gluon-core: add preserve wifi channels feature · 388d264f
      Kokel authored
      This new feature introduces the new uci section 'gluon-core.wireless' with a preserve_channels option:
       * preserve_channels (boolean)
      
      By setting this option to 1 (true) wifi channels will be preserved during upgrades.
      388d264f
  22. Feb 08, 2016
  23. Feb 05, 2016
  24. Feb 02, 2016
Loading