Gluon 2016.1 ============ Added hardware support ~~~~~~~~~~~~~~~~~~~~~~ ar71xx-generic ^^^^^^^^^^^^^^ * Buffalo - WZR-HP-G300NH * D-Link - DIR-505 (A1) * TP-Link - CPE210/220/510/520 v1.1 - TL-WA901N/ND v1 - TL-WR710N v2 - TL-WR801N/ND v1, v2 - TL-WR841N/ND v10 - TL-WR843N/ND v1 - TL-WR940N v1, v2, v3 - TL-WR941ND v6 - TL-WR1043N/ND v3 * Ubiquiti - airGateway - airRouter - UniFi AP Outdoor+ * Western Digital - My Net N600 - My Net N750 x86-xen_domu ^^^^^^^^^^^^ New target containing the necessary drivers for use in Xen. x86-64 ^^^^^^ 64bit version of `x86-generic`. The generic image can also be used in KVM with VirtIO. New features ~~~~~~~~~~~~ Kernel module opkg repository ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ We've not been able to keep ABI compatiblity with the kernel of the official OpenWrt images. Therefore, Gluon now generates an opkg repository with modules itself. The repository can be found at `output/modules/` by default, the image output directory has been moved from `images/` to `output/images/`. See the updated :doc:`../user/getting_started` guide for information on the handling of the signing keys for this repository. The `opkg_repo` site.conf option has been replaced to allow specifying this and other additional repositories. New status page ^^^^^^^^^^^^^^^ The new status page provides a visually pleasing experience, and displays all important information on a node in a clear manner. It also contains a real-time signal strength graph for all neighbouring nodes to aid with the alignment of antennas. 802.11s mesh support ^^^^^^^^^^^^^^^^^^^^ Gluon now supports using 802.11s for its mesh links instead of IBSS (Adhoc). This will allow supporting more WLAN hardware in the future (like Ralink/Mediatek, which don't support AP and IBSS mode simultaneously). Note that batman-adv is still used on top of 802.11s (and 802.11s forwarding is disabled), the mesh routing protocol provided by 802.11s is not used. Multicast filter extension ^^^^^^^^^^^^^^^^^^^^^^^^^^ The `gluon-ebtables-filter-multicast` package has been extended to filter out multicast ICMP and ICMPv6 Echo Requests (ping) and Node Information Queries (RFC4620). This prevents pings to multicast addresses like ff02::1 to cause traffic peaks (as all nodes and clients would answer such a ping). French translation ^^^^^^^^^^^^^^^^^^ A French translation for the Config Mode/Expert Mode has been added. Bugfixes ~~~~~~~~ * Update kernel code for the QCA953x Might improve stability of the TP-Link TL-WR841N/ND v9. * Fix model detection on some Netgear WNDR3700v2 The broken devices will identify as "NETGEAR ". This also breaks the autoupdater, making a manual upgrade necessary. * Ensure that `odhcp6c` doesn't spawn multiple instances of ``dhcpv6.script`` * Fix support for Buffalo WZR-600DHP A flashable factory image is generated now. The sysupgrade image is still shared with the WZR-HP-AG300H. Site changes ~~~~~~~~~~~~ * ``site.conf`` - New WLAN configuration ``wifi24`` and ``wifi5`` need to be updated to a new more flexible format. A configuration using the old format :: { channel = 1, htmode = 'HT20' ssid = 'entenhausen.freifunk.net', mesh_ssid = 'xe:xx:xx:xx:xx:xx', mesh_bssid = 'xe:xx:xx:xx:xx:xx', mesh_mcast_rate = 12000, } would look like this in the new format:: { channel = 1, ap = { ssid = 'entenhausen.freifunk.net', }, ibss = { ssid = 'xe:xx:xx:xx:xx:xx', bssid = 'xe:xx:xx:xx:xx:xx', mcast_rate = 12000, }, } The ``htmode`` option has been dropped, the channel width is now always set to 20MHz (see https://github.com/freifunk-gluon/gluon/issues/487 for a discussion of this change). In addition to the old IBSS (Adhoc) based meshing, 802.11s-based meshing can be configured using the ``mesh`` section. Example:: { channel = 1, ap = { ssid = 'entenhausen.freifunk.net', }, mesh = { id = 'mesh.entenhausen.freifunk.net', -- can by any string, human-readable or random mcast_rate = 12000, }, } While using ``ibss`` and ``mesh`` at the same time is possible, is causes high load in very active meshes, so it is advisable to avoid such configurations. - Bandwidth limitation defaults The old section ``simple_tc.mesh_vpn`` has been moved to ``fastd_mesh_vpn.bandwidth_limit`` and the ``ifname`` field isn't used anymore. What looked like this before :: simple_tc = { mesh_vpn = { ifname = 'mesh-vpn', enabled = false, limit_ingress = 3000, limit_egress = 200, } } needs to be changed to :: fastd_mesh_vpn = { -- ... bandwidth_limit = { enabled = false, ingress = 3000, egress = 200, }, } - opkg repository configuration The opkg configuration has been changed to be more flexible and allow specifying custom repositories. Example:: opkg = { openwrt = 'http://opkg.services.ffeh/openwrt/%n/%v/%S/packages', extra = { modules = 'http://opkg.services.ffeh/modules/gluon-%GS-%GR/%S', }, } The keys of the ``extra`` table (like ``modules`` in this example) can be chosen arbitrarily. Instead of explicitly specifying the whole URL, using patterns is recommended. The following patterns are understood: - ``%n`` is replaced by the OpenWrt version codename (e.g. "chaos_calmer") - ``%v`` is replaced by the OpenWrt version number (e.g. "15.05") - ``%S`` is replaced by the target architecture (e.g. "ar71xx/generic") - ``%GS`` is replaced by the Gluon site code (as specified in ``site.conf``) - ``%GV`` is replaced by the Gluon version - ``%GR`` is replaced by the Gluon release (as specified in ``site.mk``) * ``site.mk`` - The packages `gluon-announce` and `gluon-announced` were merged into the package `gluon-respondd`. If you had any of them (probably `gluon-announced`) in your package list, you have to replace them. * ``i18n/`` - The translations of ``gluon-config-mode:pubkey`` now have to show the fastd public key themselves if desired, making the formatting of the key and whether it is shown at all configurable. To retain the old format, add ``
`` to the beginning of your translations and append:: "
" "