- May 10, 2020
-
-
Matthias Schiffer authored
config_ifname was renamed to setup_ifname in Gluon v2015.1.
-
Matthias Schiffer authored
On PoE-powered devices, we usually want to use WAN for the setup mode. As all outdoor devices are PoE-powered, we can reuse this function. This switches the setup mode interface for new installations / after config reset on a few devices that were missing in this list before.
-
- Apr 29, 2020
-
-
Jan Luebbe authored
OpenWRT 19.07 enables urngd by default, so haveged is redundant.
-
- Dec 14, 2019
-
-
Jan-Tarek Butt authored
-
- Nov 06, 2019
-
-
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).
-
- 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.
-
David Bauer authored
Upstream commit 5eb7864a changed the method name for host-key generation.
-
- Apr 13, 2018
-
-
Matthias Schiffer authored
-
- Mar 08, 2018
-
-
Matthias Schiffer authored
-
- Mar 07, 2018
-
-
Matthias Schiffer authored
-
- Feb 25, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 19, 2018
-
-
Matthias Schiffer authored
In addition to significant internal differences in check_site_lib.lua (in particular unifying error handling to a single place for the upcoming multi-domain support), this changes the way fields are addressed in site check scripts: rather than providing a string like 'next_node.ip6', the path is passed as an array {'next_node', 'ip6'}. Other changes in site check scripts: * need_array and need_table now pass the full path to the sub fields to the subcheck instead of the key and value * Any check referring to a field inside a table implies that all higher levels must be tables if they exist: a check for {'next_node', 'ip6'} adds an implicit (optional) check for {'next_node'}, which allows to remove many explicit checks for such tables
-
lemoer authored
[Matthias schiffer: rebase, add a few more restrictions]
-
- Aug 11, 2017
-
-
Matthias Schiffer authored
Some files have received some additional refactoring.
-
- Jul 08, 2017
-
-
Matthias Schiffer authored
As PROVIDES can be used to replace real packages now, we don't need the virtual packages as workaround anymore. This also means that the providing packages don't need to be added to site.mk explicitly anymore when the default provider is used.
-
- Feb 23, 2017
-
-
Matthias Schiffer authored
rpcd is not included in our images anymore since switching to gluon-web, so we don't need to disable it anymore.
-
Matthias Schiffer authored
This makes the LAN port the PoE master, so the AirGateway can be used to supply power to another node connected via mesh-on-LAN. Fixes #608
-
- Feb 22, 2017
-
-
Matthias Schiffer authored
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
Nothing outside the config mode depends on luci-base anymore.
-
Matthias Schiffer authored
We also make use of the boolean support of simple-uci to make scripts clearer.
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 17, 2017
-
-
Matthias Schiffer authored
-
- Jan 06, 2017
-
-
Matthias Schiffer authored
Closes #844
-
- Nov 22, 2016
-
-
Matthias Schiffer authored
The interfaces were accidentially switched when the CPE210 was separated from the CPE510 code.
-
- Jul 25, 2016
-
-
Matthias Schiffer authored
-
- Jul 10, 2016
-
-
Jan-Tarek Butt authored
-
- Jun 22, 2016
-
-
Matthias Schiffer authored
Fixes #121 Based-on-patch-by:
Tobias Hachmer <tobias@hachmer.de>
-
- May 13, 2016
-
-
Matthias Schiffer authored
Fixes #764
-
Matthias Schiffer authored
Also backport some patches improving QCA956x support.
-
- Apr 02, 2016
-
-
Matthias Schiffer authored
Avoid commiting configs inbetween to decrease number of flash writes. Fixes #714.
-
- May 01, 2015
-
-
Matthias Schiffer authored
This allows to reach the node in setup mode over the same link-local IPv6 address as br-client uses during normal operation.
-
Matthias Schiffer authored
OpenWrt doesn't set the regdom unless a WLAN device is started. Explicitly set the regdom in the setup mode to get the correct list of allowed txpower entries in the planned LuCI module.
-
- Apr 26, 2015
-
-
Matthias Schiffer authored
This will require site.mk to explicitly pull in the gluon-setup-mode and gluon-config-mode-core packages.
-
- Apr 07, 2015
-
-
Matthias Schiffer authored
-
- Jan 24, 2015
-
-
Matthias Schiffer authored
Moving the scripts to a common directory not only vastly simplifies the zzz-gluon-upgrade script, but also allows to define an ordering of such scripts across packages.
-
- Jan 23, 2015
-
-
Nils Schneider authored
By setting setup_mode.skip to true in site.conf the device will skip setup mode on first boot.
-
- Jan 22, 2015
-
-
Matthias Schiffer authored
When an early reboot is triggered because an upgrade script has disabled the config mode, we need to explicitly call /etc/init.d/done, otherwise the overlay will not be finalized after a firstboot and we get an endless reboot loop.
-
- Nov 26, 2014
-
-
Matthias Schiffer authored
-