- 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
-
Jan-Philipp Litza authored
When rebooting the node in config mode, currently the fastd key is forcefully displayed in a fixed format. This is confusing in communities where fastd accepts all keys and no key submission is needed. Furthermore, some communities might want to personalize the display of the key (see #387). This patch moves the displaying <div> from the package's lua file to the translation files of the sample site configuration and mentiones the change in the release notes.
-
Jan-Philipp Litza authored
Apart from replacing a patch for the former by two patches for latter, this involved minimal adaptations of the lua scripts in the following packages: * gluon-announce * gluon-announced * gluon-mesh-batman-adv-core * gluon-status-page
-
- Aug 23, 2015
-
-
kb-light authored
-
- Aug 19, 2015
-
-
Nils Schneider authored
-
- Aug 18, 2015
-
-
Nils Schneider authored
Split basic radio configuration from gluon-mesh-batman-adv as this will be required for virtually any wireless mesh protocol. This package takes care of setting: - wireless channel, - htmode and - regulatory domain gluon-mesh-batman-adv-core depends on this package.
-
- Aug 07, 2015
-
-
Matthias Schiffer authored
-