- Feb 25, 2023
-
-
Tom Herbers authored
The activated setup mode is indicated by the WLAN LED. Co-authored-by:
David Bauer <mail@david-bauer.net>
-
- Jan 15, 2023
-
-
Martin Weinelt authored
We migrate to dnsmasq-full, while disabling most of its features. Notably, dhcp and dnssec are compiled in, while other features of the full variant are deselected.
-
- Jan 12, 2023
-
-
Jan-Niklas Burfeind authored
-
Jan-Niklas Burfeind authored
-
- Jul 10, 2022
-
-
aiyion.prime authored
for devices in targets that do no implement `get_status_led` in /etc/diag.sh and do not have an led-running in their dts
-
- Jun 25, 2022
-
-
aiyion.prime authored
-
- Jun 22, 2022
-
-
aiyion.prime authored
posix-sh does not support pipefail this way
-
- Apr 06, 2022
-
-
Maciej Krüger authored
-
Maciej Krüger authored
Script to enable setup mode and reboot Fixes #2412
-
- Mar 26, 2022
-
-
J. Burfeind authored
Ubiquiti UniFi AP PRO Gone due to commit 45c84a11 ("ar71xx: drop target")
-
- Feb 22, 2022
-
-
Matthias Schiffer authored
Allow interface names to change on updates to handle hwconfig -> DSA and similar migrations. On devices with only a single interface, a sysconfig single_ifname is created instead of wan_ifname or lan_ifname to allow separate configuration in site.conf.
-
- Jan 23, 2022
-
-
Matthias Schiffer authored
-
- Oct 07, 2021
-
-
Matthias Schiffer authored
This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the value was never useful for Gluon packages; instead, PKG_VERSION is set to 1 in gluon.mk. It also removes two other weird definitions: - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic from gluon-core, but without the fixed PKG_BUILD_DIR to prevent unnessary rebuilds - gluon-hoodselector set GLUON_VERSION=3
-
- 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.
-
- Jun 26, 2021
-
-
David Bauer authored
-
- Jul 02, 2020
-
-
Matthias Schiffer authored
-
- Jun 30, 2020
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The package rebuild logic of OpenWrt only checks regular files. Avoid symlinks in the files directory to make rebuilds more robust.
-
- 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
-