v2016.2.2.rst 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Gluon 2016.2.2
  2. ==============
  3. Added hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~
  5. ar71xx-generic
  6. ^^^^^^^^^^^^^^
  7. * TP-Link
  8. - CPE210/510 EU/US versions
  9. - TL-WA801N/ND v3
  10. - TL-WR841ND v11 EU/US versions
  11. Bugfixes
  12. ~~~~~~~~
  13. * Fix boot on certain QCA955x-based devices (e.g. OpenMesh OM5P AC v2) (`#965 <https://github.com/freifunk-gluon/gluon/pull/965>`_)
  14. This issue was a regression in Gluon v2016.2.1.
  15. * Build: Fix git downloads from git.kernel.org on Debian Wheezy (`#919 <https://github.com/freifunk-gluon/gluon/issues/919>`_)
  16. We've switched back from HTTPS to the git protocol for now to avoid using
  17. the old GnuTLS version of Debian Wheezy which can't establish a HTTPS connection
  18. with git.kernel.org anymore.
  19. This issue was a regression in Gluon v2016.2.
  20. * Fix RX filter of Ubiquiti UAP Outdoor+ (`d43147a8e03d <https://github.com/freifunk-gluon/gluon/commit/d43147a8e03dd17bc27e4ab203736f2151f9db3d>`_)
  21. This issue was a regression in Gluon v2016.2.
  22. * Fix switched WAN/LAN interface assignment on CPE210 (`59deb2064d54 <https://github.com/freifunk-gluon/gluon/commit/59deb2064d54a37e27139b76a3b6064f5f10f364>`_)
  23. This issue was a regression in Gluon v2016.2.
  24. * Significantly reduce CPU load used by signal strength LEDs (`#897 <https://github.com/freifunk-gluon/gluon/issues/897>`_)
  25. * Fix ethernet port of the Ubiquiti UAP AC Lite (`#911 <https://github.com/freifunk-gluon/gluon/issues/911>`_)
  26. * Build: Don't use host ``/tmp`` directory (`f9072a36411b <https://github.com/freifunk-gluon/gluon/commit/f9072a36411b92089c697b2c0a564155bfe10bd1>`_)
  27. Fixes build when ``/tmp`` is mounted with *noexec*.
  28. * Fix mesh interface type respondd/alfred announcements when using VLANs over IBSS (`#941 <https://github.com/freifunk-gluon/gluon/issues/941>`_)
  29. * Fix next-node ebtables rules without *next_node.ip4* (`9dbe9f785d2b <https://github.com/freifunk-gluon/gluon/commit/9dbe9f785d2b439c3ebdae365b808ebf42b3cf03>`_)
  30. Gluon v2016.2 added support for using the next-node feature without specifying an IPv4
  31. address. Some scripts had not been adjusted, making the next-node unreliable when
  32. no IPv4 address was specified.
  33. Other changes
  34. ~~~~~~~~~~~~~
  35. * x86-generic and x86-64 images now have PATA and MMC support to allow using them
  36. on various devices that were previously unsupported.
  37. * Clean up opkg postinst scripts up on image generation
  38. OpenWrt does this by default to save a little space.
  39. Known Issues
  40. ~~~~~~~~~~~~
  41. * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
  42. Reducing the TX power in the Advanced Settings is recommended.
  43. * 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>`_)
  44. This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
  45. * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
  46. The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.