v2016.1.5.rst 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Gluon 2016.1.5
  2. ==============
  3. Added hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~
  5. ar71xx-generic
  6. ^^^^^^^^^^^^^^
  7. * OpenMesh
  8. - MR600 (v1, v2)
  9. - MR900 (v1, v2)
  10. - OM2P (v1, v2)
  11. - OM2P-HS (v1, v2)
  12. - OM2P-LC
  13. - OM5P
  14. - OM5P-AN
  15. * Ubiquiti
  16. - Rocket M XW
  17. * TP-LINK
  18. - TL-WR841N/ND v11
  19. Bugfixes
  20. ~~~~~~~~
  21. * build: fix race condition caused by using certain make targets (like *clean*, *images* or *package/\**)
  22. with parallel build options without doing a full build before
  23. * build: fix package dependency issue causing "recursive dependency" warning
  24. This dependency issue could lead to broken configurations and reportedly caused failed builds in some cases
  25. when additional (site-specific) packages were used.
  26. * build: Gluon will now build correctly with GCC 6 as host compiler
  27. * Fix configuration of batman-adv when VLANs are used on top of IBSS interfaces (regression due to netifd update in :doc:`v2016.1.4`)
  28. * Add back missing ath10k firmware (regression due to mac80211 update in :doc:`v2016.1.4`)
  29. * Gluon can now be used on all supported Ubiquiti AirMAX devices without downgrading to AirOS 5.5.x before
  30. :doc:`v2016.1.1` added support for most Ubiquiti AirMAX devices with AirOS 5.6.x without downgrading AirOS,
  31. but left some devices (at least some PicoStations and Bullets) with unwritable flash. This issue has been
  32. resolved (`#687 <https://github.com/freifunk-gluon/gluon/issues/687>`_).
  33. * Add upgrade script to automatically remove whitespace from configured geolocation
  34. The new respondd implementation included in :doc:`v2016.1` is stricter about the number format than the
  35. old one and doesn't accept trailing whitespace (so one or both coordinates are missing from the output).
  36. The Config Mode has been fixed to strip whitespace from numeric fields in new configurations since :doc:`v2016.1.1`.
  37. This still left old configurations, which are now fixed by this script.
  38. Known Issues
  39. ~~~~~~~~~~~~
  40. * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
  41. Reducing the TX power in the Expert Mode is recommended.
  42. * The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled (`#496 <https://github.com/freifunk-gluon/gluon/issues/496>`_)
  43. This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
  44. * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
  45. The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.