- Aug 12, 2021
-
-
J. Burfeind authored
-
micw authored
Co-authored-by:
Michael Wyraz <michael.wyraz@evermind.de>
-
- Aug 11, 2021
-
-
micw authored
-
- Aug 10, 2021
-
-
David Bauer authored
-
J. Burfeind authored
-
- Jul 23, 2021
-
-
Matthias Schiffer authored
Specify conffiles for our packages, so they aren't overwritten during opkg updates. While this only matters during development, it is unintended to have different behaviour for opkg update and full firmware updates.
-
lemoer authored
With this commit, the gateway nexthop is now a clickable link, that leads to the status page of the nexthop.
-
- Jul 17, 2021
-
-
Matthias Schiffer authored
-
David Bauer authored
The PHY lookup helper "find_phy_by_path" could not lookup the PHY name for paths from multi-phy devices. An example for such a path would be: '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1' The integer after the plus (+) character determines the PHY index of the specific device in relation to the PHY with the lowest index of the device. For example, if the device provides phy2 and phy3, the above path would describe phy3. In case the device provides phy0 and phy1, it would describe phy1. Rewrite the "find_phy_by_path" function to support those paths as well as regular device paths in a universal manner. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jul 15, 2021
-
-
aiyion.prime authored
[Matthias Schiffer: whitespace changes, error handling]
-
aiyion.prime authored
[Matthias Schiffer: simplify close_fds() helper and use in child process]
-
- Jul 13, 2021
-
-
David Bauer authored
Delete all default network device sections upon first boot. Only LAN & WAN networks are defined at this point. We are using the legacy way of definiting bridges via the interface sections ifname option. The prior filtering was based upon a single device and didn't take into consideration that DSA interface names can be named arbitrarily. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Matthias Schiffer authored
With the removal of ramips-rt305x, the last user of GLUON_SPECIALIZE_KERNEL is gone.
-
Matthias Schiffer authored
VoCores aren't exactly useful mesh nodes except for experimentation. They certainly aren't worth maintaining a whole target, in particular one that has a WLAN driver not used by any other target.
-
- Jul 12, 2021
-
-
Martin Weinelt authored
It was found that a one second timeout for nodeinfo data may be too low, so that when a node is otherwise occupied that timeout may be reached too often. The nodeinfo query response is also vital to the status-page base template, so that when it times out, the site will be turned in a broken state, that it cannot recover from. Fixes: #2256
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Installing the script into the image allows site checks to run for manual package installations via opkg.
-
- Jul 11, 2021
-
-
Matthias Schiffer authored
A leading tab character usually marks recipe lines in Makefiles; non-recipe lines must be indented using spaces. The incorrect tab character doesn't seen to have caused any issues in this case, but it should be fixed nonetheless, if only for consistency.
-
- Jul 01, 2021
-
-
David Bauer authored
The file_contains_line helper function was not testing whether a file exists or not prior attempting to read from it. Add this check to circumvent errors on the private WiFi config in case the hwflags file is missing. Reported-by:
Tom Herbers <freifunk@tomherbers.de> Tested-by:
Tom Herbers <freifunk@tomherbers.de> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
The relevant entry for the primary MAC location was lost when rebasing the patch on OpenWrt 21.02. Fixes commit ded4b8a7 ("rockchip-armv8: add FriendlyARM NanoPi R2S") Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jun 29, 2021
-
-
David Bauer authored
Configure a radio for HE (802.11ax) operation in case it's supported by the hardware. This can be the case for 2.4 GHz as well as 5 GHz. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jun 26, 2021
-
-
David Bauer authored
Multi-port interfaces are stored in the network config as an array using the ports key.
-
David Bauer authored
Single LAN and WAN interfaces are now stored in the network configs "device" key.
-
David Bauer authored
-
- Jun 21, 2021
-
-
David Bauer authored
-
David Bauer authored
-
David Bauer authored
-
- Jun 16, 2021
-
-
David Bauer authored
read_stdout can return NULL and thus the return value need to be checked prior to accessing it. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jun 15, 2021
-
-
Dark4MD authored
-
Matthias Schiffer authored
-
- Jun 14, 2021
-
-
David Bauer authored
In case the limit_ingress or limit_egress options are not present in gluon's mesh_vpn section the respondd provider compares a string literal with a NULL pointer, crashing respondd. Check both pointers prior to comparing them in order to mitigate this issue. Suggested-by:
Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jun 12, 2021
-
-
Matthias Schiffer authored
-
- Jun 07, 2021
-
-
aiyion.prime authored
-
aiyion.prime authored
omit unlimited bandwidth limit A value of '-' marks a streamdirection as unlimited.
-
- Jun 05, 2021
-
-
aiyion.prime authored
-
- Jun 04, 2021
-
-
aiyion.prime authored
-
- May 22, 2021
-
-
David Bauer authored
This fully abstracts VPN methods, making gluon-mesh-vpn-fastd and gluon-mesh-vpn-tunneldigger completely self-contained. Provide a LUA interface for generic interacting with VPN methods in gluon-mesh-vpn-core and web packages. This also adds the ability to install tunneldigger and fastd to the same image, selecting the VPN method based on the selected domain. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- May 18, 2021
-
-
David Bauer authored
A missing uci save for gluon-setup-mode caused the initial setup-process to be stuck in a config-mode loop.
-
- May 14, 2021
-
-
Matthias Schiffer authored
Simplify the individual form providers by always running reconfigure. This also commits all UCI packages, so we can remove all tracking of UCI sections from the wizard code. Instead of returning a list of packages to commit, the providers just save their settings directly. Explicit runs of upgrade scripts are removed, as they are now run by reconfigure.
-