- Jan 14, 2022
-
-
Maciej Krüger authored
Co-Authored-By:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Maciej Krüger authored
This copies the code from web-admin and uses it to create a neat cli-accessible summary about a node This could also be extended or possibly have all the data the status page has Co-Authored-By:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Jan 01, 2022
-
-
Matthias Schiffer authored
-
- Dec 31, 2021
-
-
Matthias Schiffer authored
More migration code from 2016.
-
Matthias Schiffer authored
The file /lib/gluon/version/core hasn't existed since early 2014, so this whole script is obsolete.
-
- Dec 19, 2021
-
-
Matthias Schiffer authored
The migration is done very early, as other upgrade scripts depend on the band setting through platform.device_uses_11a().
-
David Bauer authored
The 'hwmode' setting has been replaced with 'band' in OpenWrt to add support for newer bands outside of 2.4G and 5G. Adjust Gluon accordingly. [Matthias Schiffer: rebased, extended commit message]
-
- Sep 13, 2021
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Avoid requiring gluon.wireless from gluon.platform, and requiring gluon.platform from various other scripts.
-
- Aug 28, 2021
-
-
Tom Herbers authored
-
- Aug 27, 2021
-
-
citronalco authored
-
- Aug 12, 2021
-
-
micw authored
Co-authored-by:
Michael Wyraz <michael.wyraz@evermind.de>
-
- Aug 11, 2021
-
-
micw authored
-
- Aug 10, 2021
-
-
David Bauer authored
-
- 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: 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
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
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Installing the script into the image allows site checks to run for manual package installations via opkg.
-
- 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 15, 2021
-
-
Dark4MD authored
-
- May 05, 2021
-
-
lemoer authored
Before this commit the decision whether a vxlan layer will be introduced between the lower interface before the interface is added to batman was inside the proto. Now the decision is moved to the user of the proto.
-
- Apr 27, 2021
-
-
Jan-Tarek Butt authored
Signed-off-by:
Jan-Tarek Butt <tarek@ring0.de> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jan 13, 2021
-
-
Sven Eckelmann authored
This device is a dual 5GHz device. It is recommended to manually change the radio of the first device to the lower 5GHz channels and the second radio to the upper 5GHz channels
-
Sven Eckelmann authored
-
- Jan 10, 2021
-
-
Sven Eckelmann authored
-
Sven Eckelmann authored
-
- Jan 09, 2021
-
-
David Bauer authored
This adds the OpenWrt label-mac device selection as the most preferred fallback. While this is only used on OpenWrt 19.07 for backports, we can also use the label-mac device when backporting device support. This way, we have to deal with less device-sepcific code downstream. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 29, 2020
-
-
CodeFetch authored
This commit introduces a simple function for writing to the syslog and replaces the custom function used by gluon-hoodselector.
-
- Nov 11, 2020
-
-
Martin Weinelt authored
CPU: 750 MHz QCA9563 Flash: 8 MB RAM: 64 MB Radio 1: Qualcomm Atheros QCA9563 (b/g/n) Radio 2: Qualcomm Atheros QCA9887 (a/n/ac)
-