- Jun 19, 2019
-
-
Ruben Barkow authored
Fixes: 4249d65a ("treewide: fix luacheck warnings")
-
- Jun 18, 2019
-
-
Matthias Schiffer authored
-
- Jun 17, 2019
-
-
Matthias Schiffer authored
-
Martin Weinelt authored
-
- Jun 16, 2019
-
-
Martin Weinelt authored
This allows the script to be minified as well as being checked by luacheck.
-
bobcanthelpyou authored
-
bobcanthelpyou authored
-
bobcanthelpyou authored
-
Matthias P. Walther authored
The logic is based on the previously used shell script implementation. Co-Authored-By:
Robin Weiligmann <admin@robwei.me>
-
Martin Weinelt authored
-
Matthias Schiffer authored
/etc/config/gluon-simple-tc was removed with Gluon 2016.1.
-
Matthias Schiffer authored
We now keep the VPN enable state, bandwidth limit enable and actual limits in the core config to avoid having to recover "user intent" from different config files when the used VPN packages change. Fixes #1736
-
Matthias Schiffer authored
None of our scripts can handle fastd and tunneldigger running at the same time. When both are installed, ignore tunneldigger.
-
bobcanthelpyou authored
./gluon-wan:25:1: (W122) setting read-only field ? of global arg ./gluon-wan:29:1: (W311) value assigned to variable ok is unused
-
Matthias Schiffer authored
-
Matthias Schiffer authored
None of our code uses cookies, so this issue went unnoticed.
-
- Jun 15, 2019
-
-
Matthias Schiffer authored
The old bash-based parsing code was way too complex. Replace it with Lua.
-
- Jun 10, 2019
-
-
Martin Weinelt authored
-
- Jun 09, 2019
-
-
Martin Weinelt authored
-
Matthias Schiffer authored
It seems this mistake didn't cause an error because of Lua's support for shebang lines.
-
- Jun 07, 2019
-
-
Linus Lüssing authored
Several fixes and enhancements related to multicast were added upstream in batman-adv. So let's give the batman-adv multicast optimizations another go. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- May 25, 2019
-
-
Christof Schulze authored
uc is used in the initscript. It must be set as dependency
-
- May 21, 2019
-
-
David Bauer authored
This commit fixes a bug where on first setup, mesh interfaces won't be created for 2.4GHz radios.
-
David Bauer authored
The is_outdoor function is placed inside the gluon.platform module, not the platform_info module. Currently, the outdoor-mode wizard component and the upgrade script fail due to nil-value calls.
-
- Apr 29, 2019
-
-
Martin Weinelt authored
-
- Apr 28, 2019
-
-
Martin Weinelt authored
adds a section to the wizard for outdoor capable devices that informs the user of of the regulatory situation and allows a quick toggle of the outdoor mode.
-
Martin Weinelt authored
-
Martin Weinelt authored
-
Martin Weinelt authored
Add the `wifi5.outdoor_chanlist` site configuration that allows specifying an outdoor channel range that can be switched to for regulatory compliance. Upon enabling the outdoor option the device will - configure the `outdoor_chanlist` on all 5 GHz radios - which may enable DFS/TPC, based on the regulatory domain - disable ibss/mesh on the 5 GHz radio, as DFS *will* break mesh connections - allow for htmode reconfiguration on 5 GHz radios The outdoor option can be toggled from - Advanced Settings - W-LAN - Outdoor Installation The `preserve_channel` flag overrules the outdoor channel selection.
-
Martin Weinelt authored
-
Matthias Schiffer authored
Fixes #1659
-
bobcanthelpyou authored
-
- Apr 23, 2019
-
-
Tata authored
-
- Apr 21, 2019
-
-
Matthias Schiffer authored
Fixes #1701
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
inet_pton() doesn't set errno on regular parse errors, so using perror() doesn't make sense (and we avoid a confusing "Success" message).
-
- Apr 16, 2019
-
-
Linus Lüssing authored
The batctl v2013.4 build was removed from the batman-adv-legacy package as the current, upstream batctl releases work with batman-adv-legacy, too. As a replacement we need to add the upstream batctl dependency to gluon-mesh-batman-adv-14 to have a batctl available again here. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Apr 14, 2019
-
-
bobcanthelpyou authored
-