- Nov 24, 2019
-
-
Christof Schulze authored
-
- Nov 23, 2019
-
-
Matthias Schiffer authored
Adjust for changed libbabelhelper API.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
We don't use anything else from luci-base anymore.
-
Matthias Schiffer authored
The code is slightly cleaned up to fix compiler warnings.
-
- Nov 20, 2019
-
-
David Bauer authored
-
- Nov 09, 2019
-
-
bobcanthelpyou authored
-
- Nov 07, 2019
-
-
Matthias Schiffer authored
We don't support VLANs on 11s interfaces, so the workaround can be dropped with the IBSS support.
-
Matthias Schiffer authored
-
- Nov 06, 2019
-
-
Matthias Schiffer authored
-
Misanthropos authored
many AVM devices do not have RESET/WPS buttons. So use the otherwise unused DECT/PHONE button to boot the device into setup mode. This patch allows to enter the setup-mode by pressing the phone button (often labeled as DECT) in addition to WPS and reset button. This patch is necessary to allow supporting boards without a WPS and reset button (e.g. AVM FRITZ!Box 7312).
-
- Nov 05, 2019
-
-
Matthias Schiffer authored
Fixes: 4249d65a ("treewide: fix luacheck warnings") Closes: #1851
-
- Nov 04, 2019
-
-
David Bauer authored
This commit accounts for the target renaming which was done in upstream commit 7407e723991 ("ipqx0xx: add Generic subtarget")
-
David Bauer authored
This commit accounts for the target renaming which was done in upstream commit 7407e723991 ("ipqx0xx: add Generic subtarget")
-
- Nov 03, 2019
-
-
David Bauer authored
-
- Oct 29, 2019
-
-
David Bauer authored
With this commit, the status-led is set to be the "led-running" device-tree alias for targets which do not implement the get_status_led method in /etc/diag.sh.
-
Matthias Schiffer authored
-
David Bauer authored
Upstream commit 5eb7864a changed the method name for host-key generation.
-
David Bauer authored
-
- Oct 06, 2019
-
-
Marssl78 authored
-
- Sep 30, 2019
-
-
lemoer authored
-
- Sep 29, 2019
-
-
Christof Schulze authored
specify command 'dump' for now until babeld supports filtering
-
Christof Schulze authored
increase size of path by 1 to be able to fit the full path including trailing \0 byte into array
-
- Sep 25, 2019
-
-
Matthias Schiffer authored
-
- Sep 24, 2019
-
-
Tata authored
also properly delete location data when a user disables the location option after re-entering config-mode.
-
- Sep 23, 2019
-
-
Christof Schulze authored
-
- Sep 21, 2019
-
-
Linus Lüssing authored
This reverts commit 9b1eb40f. With the batman-adv v2019.2 upgrade reverted (c1a77339), the batman-adv multicast-to-multi-unicast feature is not available yet. Without that it is going to be very unlikely of the batman-adv multicast optimizations to take effect. E.g. some outdated nodes would disable it. To avoid confusion and diversion with a few communities having it enabled and most implicitly deactivated, just deactivate it for all for now until batman-adv is updated to v2019.2 or greater again.
-
- Sep 13, 2019
-
-
Christof Schulze authored
gluon-mesh-babel conigures babeld and thus the mesh. This mesh is only usable with routes to the clients which are discovered by l3roamd.
-
Christof Schulze authored
-
Christof Schulze authored
* add check_site.lua to validate required field from site * make use of node_client_prefix6 if defined in site
-
- Sep 06, 2019
-
-
Matthias Schiffer authored
Fixes #1809 Fixes: bf552491 ("gluon-core: add outdoor support for 5 ghz radios")
-
- Aug 23, 2019
-
-
Christof Schulze authored
mac_to_ip() calculates an ipv6 address from a mac address according to RFC 4291. For wireguard we have to use specially crafted addresses that must be unique. This allows calculating such unique mac-based addresses by allowing to optionally specifying the bytes to be inserted into the address.
-
- Aug 22, 2019
-
-
Linus Lüssing authored
The new routing_algo site.conf value BATMAN_IV_LEGACY is introduced. With these changes, the routing_algo setting becomes mandatory. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
We cannot add the same file (here: /lib/gluon/mesh-batman-adv/compat) to two, installed packages. Therefore, instead of determining the compat version number from this file, infer it from the batman-adv release version number instead. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Aug 21, 2019
-
-
Matthias Schiffer authored
Fixes #1775
-
chrissi^ authored
This is a fix for the broken ingress traffic-shaping in gluon v2018.2.2 and possibly earlier. For ingress traffic shaping the kernel option NET_ACT_POLICE is needed. Before this patch there was no dependency to this. Neither in gluon_core, gluon-mesh-vpn-core nor in the package. This patch adds this dependency. [Matthias Schiffer: move dependency from GLUON_CORE to gluon-mesh-vpn-core] Fixes #1790
-
- Aug 13, 2019
-
-
Martin Weinelt authored
package/gluon-web-network/luasrc/lib/gluon/config-mode/model/admin/network.lua:122:16: (W431) shadowing upvalue f on line 19 Fixes: bab4af01 ("gluon-web-network: improve PoE GPIO name translation handling")
-
Simon Terzenbach authored
-
- Aug 01, 2019
-
-
Simon Terzenbach authored
-
- Jul 20, 2019
-
-
Matthias Schiffer authored
- Replace string concat for i18n key with an explicit list to make the code compatible with i18n-scan.pl - Improve fallback string
-