Skip to content
Snippets Groups Projects
Forked from ffbs / ffbs-gluon
2697 commits behind the upstream repository.
v2016.2.rst 5.60 KiB

Gluon 2016.2

Added hardware support

ar71xx-generic

  • ALFA Network
    • Tube2H
    • N2
    • N5
  • Buffalo
    • WZR-HP-G300NH2
  • GL Innovations
    • GL-AR150
  • OpenMesh
    • MR1750 v1, v2 [1]
    • OM2P-HS v3
    • OM5P-AC v1, v2 [1]
  • TP-Link
    • Archer C5 v1 [1]
    • Archer C7 v2 [1]
    • TL-WR710N v2.1
    • TL-WR842N/ND v3
  • Ubiquiti
    • UniFi AP AC Lite [1]
    • UniFi AP AC Pro [1]
[1] (1, 2, 3, 4, 5, 6) Device uses the ath10k WLAN driver; no image is built unless GLUON_ATH10K_MESH is set as described in :ref:`getting-started-make-variables`

brcm2708-bcm2708

  • RaspberryPi 1

brcm2708-bcm2709

  • RaspberryPi 2

New features

  • Many UBNT Airmax XM model names are detected correctly now (e.g., the Loco is no longer displayed as Bullet) (#632)

    Also, various new image aliases have been added for these devices.

  • batman-adv: mesh_no_rebroadcast is now enabled for Mesh-on-WAN/LAN (#652)

  • The new UCI option gluon-core.@wireless[0].preserve_channels can be used to prevent a changed WLAN channel from being reset on firmware upgrades (#640)

  • PoE passthrough can now be configured from site.conf and the Advanced Settings on TP-Link CPE 210/510 and Ubiquiti NanoStations (#328)

  • The config mode altitude field can now be hidden using the config_mode.geo_location.show_altitude site.conf setting (#693)

  • The contact information field in the config mode can be made obligatory using the config_mode.owner.obligatory site.conf option

  • The node name setting in the config mode is no longer restricted to valid DNS hostnames, but allows any UTF-8 string (#414)

  • Besides the hostname, public key, site config and primary MAC address, the contact information can now be accessed from config mode site texts

  • The functions escape and urlescape for HTML and URL escaping are now available from config mode site texts. They should always be used when including user-provided information like hostnames and contact information in HTML code or URLs.

  • Dropbear has been updated to a newer version, enabling new SSH crypto methods and removing some old ones like DSA. This reduces the time needed for the first boot and makes SSH logins faster (#223)

  • WLAN basic and supported rate sets have been made configurable, to allow disabling 802.11b rates (#810)

  • ath10k-based devices are now supported officially; it's possible to choose between IBSS- and 11s-capable firmwares in site.mk (#864)

  • The prefix4 and next_node.ip4 site.conf options are optional now.

Bugfixes

  • The stability of the ath9k WLAN driver has been improved significantly (#605)

    mac80211, hostapd and other related drivers and services have been backported from LEDE 42f559e.

  • Extremely slow downloads could lead to multiple instances of the autoupdater running concurrently (#582)

    A lockfile is used to prevent this and timeouts have been added to download processes.

  • Usage of static DNS servers on the WAN port has been fixed (#886)

    This is a regression introduced in Gluon v2016.1.6.