- Dec 07, 2015
-
-
Nils Schneider authored
On the status page statistics section counters for transmitted and received traffic were mixed up. Transmitted traffic was shown as received while received traffic was shown as being transmitted. Fixes #586
-
- Nov 27, 2015
-
-
Matthias Schiffer authored
gluon-luci-private-wifi: fix typo in code file and regenerate translation files (correctly this time)
-
Matthias Schiffer authored
-
- Nov 18, 2015
-
-
Matthias Schiffer authored
gluon-mesh-batman-adv-core: keep disabled state even when the mesh interface section name is changed Is makes sense to always look for both ibss_radio* and mesh_radio* sections to determine if the meshing should be enabled when regenerating these sections. Doing this, the disabled state will survive updates changing the section name (either updating from pre-2015.2 while keeping IBSS, or changing from IBSS to 11s or vice-versa). If both ibss_radio* and mesh_radio* sections exist, the disabled state will be kept correctly for each section, the behaviour is changed only when creating a section that didn't exist before. Fixes #549
-
Matthias Schiffer authored
PKG_FILE_DEPENDS caused the whole site repo to be hashed to determine if gluon-site needed rebuilding. While this is normally no problem, alternative build setups sometimes put the Gluon repo inside the site repo, causing long build times and parallel build failures.
-
- Nov 12, 2015
-
-
Leo Krueger authored
in a layer 2 mesh network, multicast pings cause a lot of traffic in the network, significantly increasing the 'backgroudn noise' (= Grundrauschen) and stressing nodes in the network. this commit blacklists all icmpv4 multicast traffic as well as multicast icmpv6 echo-requests and node iformation queries. as no application depending on these types of multicast traffic is known, blacklisting is safe.
-
- Oct 28, 2015
-
-
Matthias Schiffer authored
Fixes #534
-
- Oct 27, 2015
-
-
Matthias Schiffer authored
Fixes #487
-
Matthias Schiffer authored
-
- Oct 26, 2015
-
-
Matthias Schiffer authored
gluon-mesh-batman-adv-core/gluon-luci-portconfig: fix configuration of br-client ifname with multiple interfaces in lan_ifname There are a few devices on which lan_ifname contains multiple interface names separated by spaces.
-
Nils Schneider authored
This package provides br-client and sets up a wireless AP interface for clients.
-
Matthias Schiffer authored
gluon-radio-config contained only a single file. The code has been adjusted to allow creating a Gluon configuration without WLAN support by removing the wifi24 and wifi5 sections from site.conf.
-
- Oct 15, 2015
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
gluon-mesh-batman-adv-core: neighbours.d/wifi: output empty object instead of empty list when there are no neighbours on an interface
-
Matthias Schiffer authored
The Gluon-specific functions of the gluon-simple-tc package are moved to gluon-mesh-vpn-fastd.
-
- Oct 14, 2015
-
-
Jan-Philipp Litza authored
The file promotes the probably unnecessary re-execution of the announce scripts. Instead, gluon-announced should be queried using gluon-neighbour-info -d ::1 -p 1001 -t0 -r nodeinfo if both gluon-announced and gluon-neighbour-info are present. But to not depend on any of those, no script for this one-liner is provided.
-
Jan-Philipp Litza authored
By not executing all scripts from gluon.announce themselves, both should be considerably faster and lighter on RAM usage.
-
Jan-Philipp Litza authored
-
Matthias Schiffer authored
The new options allow specifying custom repositories and are evaluated in an upgrade script, not during build.
-
- Oct 12, 2015
-
-
Matthias Schiffer authored
Fixes #401
-
Nils Schneider authored
By calling collectgarbage() at various places I was able to reduce heap usage by ~270kb.
-
Nils Schneider authored
collect_dir() will now pre-load all files and return a function that will collect all information.
-
- Oct 11, 2015
-
-
Matthias Schiffer authored
The expert mode can still be useful without any cohfig mode modules.
-
Matthias Schiffer authored
-
- Oct 09, 2015
-
-
Ruben Barkow authored
-
- Oct 08, 2015
-
-
Matthias Schiffer authored
-
- Sep 22, 2015
-
-
kb-light authored
keep macfilter and maclist config after fw-update
-
- Sep 17, 2015
-
-
srauscher authored
-
- Sep 13, 2015
-
- Sep 05, 2015
-
-
Nils Schneider authored
Now that the status page api has been rewritten in C CPU load and memory usage is much lower. Also, nodes with both ibss and 11s mesh and dual band wifi may require up to 9 connections for a single client, thus the previous limit of 12 seemed a little low.
-
Nils Schneider authored
-
Nils Schneider authored
-
Nils Schneider authored
This will make it easier to replace the API with C programs.
-
- Sep 04, 2015
-
-
Nils Schneider authored
-
Nils Schneider authored
Convert option ifname in br-client to use a list instead. This simplifies adding and remove interfaces: uci:add_to_set("network", "client", "ifname", "eth0") uci:remove_from_set("network", "client", "ifname", "eth0") An option ifname will be automatically converted to a list when performing an upgrade. Packages affected: gluon-mesh-batman-adv-core, gluon-luci-portconfig
-
Jan-Philipp Litza authored
-
- Sep 03, 2015
-
-
Jan-Philipp Litza authored
-
- Sep 02, 2015
-
-
Nils Schneider authored
-
Jan-Philipp Litza authored
-
- Aug 30, 2015
-
-
Jan-Philipp Litza authored
-