v2017.1.4.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Gluon 2017.1.4
  2. ==============
  3. Added hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~
  5. ar71xx-generic
  6. ^^^^^^^^^^^^^^
  7. * GL Innovations GL-AR300M
  8. Bugfixes
  9. ~~~~~~~~
  10. * LEDE has been updated to the latest stable commit, including various fixes for
  11. the kernel (including security updates), and making opkg work again. This also
  12. includes fixes for the KRACK issue (which is irrelevant for most Gluon
  13. deployments, as Gluon nodes are rarely used as WLAN clients)
  14. (`b62af904bbfd <https://github.com/freifunk-gluon/gluon/commit/b62af904bbfd6360ed728fc9ae69af3d8e8db1d7>`_,
  15. `ba56b41ddaf6 <https://github.com/freifunk-gluon/gluon/commit/ba56b41ddaf6033e3cdef18d30da6b34cd438e8c>`_,
  16. `ad0824136e5b <https://github.com/freifunk-gluon/gluon/commit/ad0824136e5b47482e11483c50e7bc88ba2c506e>`_,
  17. `017fbe88bb8a <https://github.com/freifunk-gluon/gluon/commit/017fbe88bb8a89623464b02e09178696c1d077a6>`_)
  18. * Fix DNS resolution for mesh VPN (fastd / tunneldigger) on ARM-based targets
  19. (`#1245 <https://github.com/freifunk-gluon/gluon/issues/1245>`_)
  20. * Fix a build issue in *kmod-jool*
  21. (`06842728233a <https://github.com/freifunk-gluon/gluon/commit/06842728233a39784c437767eb9df4167ab07a87>`_)
  22. * Fix enabling/disabling PoE Passthrough in *site.conf* or in the
  23. advanced settings
  24. (`7268e49a301f <https://github.com/freifunk-gluon/gluon/commit/7268e49a301fcd643a49b329bd6097a0f85bdaBb>`_,
  25. `7c2636d28264 <https://github.com/freifunk-gluon/gluon/commit/7c2636d28264df20b448b0160b69f5059c40b84a>`_)
  26. Known issues
  27. ~~~~~~~~~~~~
  28. * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
  29. Reducing the TX power in the Advanced Settings is recommended.
  30. * 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>`_)
  31. This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
  32. * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
  33. The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.
  34. * Sporadic segfaults of busybox (ash) when running shell scripts on ar71xx
  35. (`#1157 <https://github.com/freifunk-gluon/gluon/issues/1157>`_)
  36. The workaround added in Gluon v2017.1.1 has greatly reduced the frequency of
  37. segfaults, but it did not make them disappear completely.