v2014.4.rst 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Gluon 2014.4
  2. ============
  3. Added (and removed) hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. * Buffalo
  6. - WZR-HP-AG300H / WZR-600DHP
  7. - WZR-HP-G450H
  8. * D-Link
  9. - DIR-615 (E1) support had to be dropped
  10. * TP-LINK
  11. - CPE210/220/510/520 (v1)
  12. - TL-MR3040 (v2
  13. - TL-WA750RE (v1)
  14. - TL-WA801N/ND (v2)
  15. - TL-WA850RE (v1)
  16. - TL-WR703N (v1)
  17. - TL-WR710N (v1)
  18. - TL-WR1043N/ND (v2)
  19. New features
  20. ~~~~~~~~~~~~
  21. OpenWrt Barrier Breaker
  22. -----------------------
  23. Switching to the new OpenWrt release 14.09 ("Barrier Breaker") has yielded
  24. lots of updates for both the kernel and most packages. Besides better
  25. performance, this has also greatly improved stability (far less out-of-memory
  26. issues!).
  27. Modular config mode
  28. -------------------
  29. The old ``gluon-config-mode`` package has been split into five
  30. small packages, each providing a single section of the config
  31. mode form. This simplifies removing or replacing parts of the wizard.
  32. See the *Site changes* section for details.
  33. Experimental support for batman-adv compat 15
  34. ---------------------------------------------
  35. As batman-adv has broken compatiblity starting with batman-adv 2014.0
  36. (bumping the "compat level" to 15), Gluon users must decide which
  37. batman-adv version to use. The package for the old batman-adv version
  38. ``gluon-mesh-batman-adv`` has been renamed to ``gluon-mesh-batman-adv-14``,
  39. the new version can be used with ``gluon-mesh-batman-adv-15``.
  40. Please note that batman-adv compat 15 still isn't tested very well
  41. (and there are known bugs in the current release 2014.3), so for now
  42. we still recommend using compat 14 in "production" environments.
  43. fastd v16
  44. ---------
  45. Besides other new features and bugfixes, fastd v16 support the new
  46. authentication method "UMAC". We recommend switching from the old
  47. ``salsa2012+gmac`` and ``null+salsa2012+gmac`` methods to the new
  48. ``salsa2012+umac`` and ``null+salsa2012+umac`` as UMAC is
  49. much faster and even more secure than GMAC.
  50. Private WLAN
  51. ------------
  52. The new package ``gluon-luci-private-wifi`` allows to configure a private WLAN
  53. with WPA-PSK in the expert mode which is bridged with the WAN uplink.
  54. Bugfixes
  55. ~~~~~~~~
  56. * Expert Mode: Fixed all SSH keys being removed when a password was set
  57. * ``gluon-mesh-vpn-fastd``: Fixed VPN peers removed from the ``site.conf`` not being removed from ``/etc/config/fastd``
  58. * TL-LINK TL-WDR3600/4300: Added workaround for reboot issues
  59. * Improved stability (due to switch to OpenWrt Barrier Breaker)
  60. Site changes
  61. ~~~~~~~~~~~~
  62. * ``site.mk``
  63. - Obsolete packages:
  64. + ``gluon-config-mode``
  65. + ``gluon-mesh-batman-adv``
  66. - Recommended new packages:
  67. + ``gluon-config-mode-autoupdater``
  68. + ``gluon-config-mode-hostname``
  69. + ``gluon-config-mode-mesh-vpn``
  70. + ``gluon-config-mode-geo-location``
  71. + ``gluon-config-mode-contact-info``
  72. + ``gluon-mesh-batman-adv-14`` (specify this before all other packages in the ``site.mk``!)
  73. Internals
  74. ~~~~~~~~~
  75. The switch to Barrier Breaker has led to a multitude of changes all over Gluon:
  76. * The config mode/setup mode is now started by an own set of init scripts in ``/lib/gluon/setup-mode/rc.d`` run by procd
  77. * Many tools and services used by Gluon have been replaced by our own implementations to reduce the size of the images:
  78. - ethtool has been replaced by our minimal Lua library *lua-ethtool-stats*
  79. - tc has been replaced by our minimal implementation *gluon-simple-tc*
  80. - radvd has been replaced by our minimal implementation *gluon-radvd*