- May 10, 2023
-
-
Florian Maurer authored
- provides easier information of the currently active domain - tested by patching a running node
-
- Apr 24, 2023
- Mar 24, 2023
-
-
David Bauer authored
Set the MAC-adress for the WAN interfacce in case it is defined in the board-data. This commit fixes random MAC-Addresses on reboot in case OpenWrt stores them in the device network configuration. Fixes #2808 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Mar 01, 2023
-
-
Andreas Ziegler authored
-
- Feb 26, 2023
-
-
Christian Buschau authored
Currently the 'channels' setting of a 5G radio gets overwritten or deleted even if the 'preserve_channels' option is enabled. Don't touch it if 'preserve_channels' is set.
-
- Feb 25, 2023
-
-
Andreas Ziegler authored
wait for device initialisations workaround for a timing issue during first boot on ath79-generic after sysupgrade from ar71xx-generic image GitHub Issue: #2779
-
Linus Lüssing authored
add comments about lacking radios Co-authored-by:
Jan-Niklas Burfeind <git@aiyionpri.me> Co-authored-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Tom Herbers authored
The activated setup mode is indicated by the WLAN LED. Co-authored-by:
David Bauer <mail@david-bauer.net>
-
- Jan 25, 2023
-
-
Florian Maurer authored
update lan, wan separation for o2 6431
-
- Jan 15, 2023
-
-
Martin Weinelt authored
This reverts commit 543eb178. Restores the dns caching configuration that should be feasible, since we now require around 8 MB of flash.
-
- Jan 12, 2023
-
-
Jan-Niklas Burfeind authored
-
- Jan 10, 2023
-
-
Stefan Weil authored
Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
- Jan 04, 2023
-
-
Jan-Niklas Burfeind authored
-
- Jan 03, 2023
-
-
Jan-Niklas Burfeind authored
-
Jan-Niklas Burfeind authored
to match the editorconfig awk code in contrib/sign.sh and contrib/sigtest.sh reformatted as gawk does
-
- Jan 02, 2023
-
-
David Bauer authored
Add cellular configuration support to Gluon. This implementtaion focuses not on hotpluggable WWAN adapters but instead on embedded LTE modems found in travel-routers or FWA CPEs. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 09, 2022
-
-
Jan-Niklas Burfeind authored
as well as the target itself
-
- Nov 08, 2022
-
-
Kistelini authored
If the uci option 'gluon.wireless.preserve_channels' is set then the channel width of wireless radios (htmode) is preserved during updates, too.
-
- Oct 31, 2022
-
-
David Bauer authored
-
- Sep 12, 2022
-
-
David Bauer authored
Use the country3 option implemented in OpenWrt's hostapd configuration handling instead of adding it as a custom option. Signed-off-by:
David Bauer <mail@david-bauer.net> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
-
- Aug 15, 2022
-
-
David Bauer authored
This method previously returned the string literal of the config key, leading to checks evaluating to true even in case this option was disabled. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
The preserve_channels configuration option was moved to the gluon UCI package without adding a proper migration. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Aug 10, 2022
-
-
David Bauer authored
Increase the peer limit for ath10k-ct from 32 to 96 STAs like it is set for the non-ct firmware / driver. In order to make this work with the memory constraints of the wireless platform, reduce the number of concurrent vdevs to the maximum Gluon uses (4). Closes #2604 Signed-off-by:
David Bauer <mail@david-bauer.net> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Aug 09, 2022
-
-
Tom Herbers authored
-
- Jul 10, 2022
-
-
J. Burfeind authored
Gone due to commit 45c84a11 ("ar71xx: drop target")
-
- Jul 08, 2022
-
-
Matthias Schiffer authored
Depending on the source of the primary MAC address, uppercase digits would be used on some devices. Convert the address to lowercase for consistency. We only change the case for newly configured nodes to avoid changing the node ID and derives MAC addresses for existing installations.
-
- Jul 06, 2022
-
-
David Bauer authored
Only restore the netifd proto for the WAN bridge in case the upgrade is done from an older Gluon version. For DSL targets, OpenWrt defaults the WAN proto to pppoe, while Gluon uses the Ethernet ports for WAN. When unconditionally preserving the WAN proto, pppoe is carried over to Gluon's network config. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
timniklas authored
Co-Authored-By:
J. Burfeind <github@aiyionpri.me> Co-authored-by:
Tim-Niklas Koch <info@tnkoch.de> Co-authored-by:
J. Burfeind <github@aiyionpri.me>
-
- Jul 05, 2022
-
-
David Bauer authored
There was never a device with a dedicated WAN port supported in Gluon which could make use of such a workaround. As the only relevant lantiq-xrx200 target now uses swconfig anyways, we can remove this workaround. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jul 03, 2022
-
-
J. Burfeind authored
Gone due to commit 45c84a11 ("ar71xx: drop target")
-
- Jun 25, 2022
-
-
aiyion.prime authored
-
- Jun 17, 2022
-
-
Maximilian Baumgartner authored
Co-authored-by:
Maximilian Baumgartner <aufhaxer@googlemail.com>
-
J. Burfeind authored
-
- Jun 16, 2022
-
-
J. Burfeind authored
Gone due to commit 45c84a11 ("ar71xx: drop target")
-
- May 30, 2022
-
-
J. Burfeind authored
Gone due to commit 071cf7b2 ("Switch to Lua for target definitions") Has prior been introduced as untested -> broken in commit d586720c ("ar71xx-generic: add support for Ubiquiti NanoBeam M5") Was commented out in the former commit.
-
- May 27, 2022
-
-
Jan authored
-
Matthias Schiffer authored
The new "value" helper can be used to turn a Lua value into a path that can be passed to need_*() etc.
-
- May 26, 2022
-
-
Matthias Schiffer authored
Removed in 45c84a11 ("ar71xx: drop target").
-