- Aug 28, 2020
-
-
Vojtech Myslivec authored
Also add forgotten shebang (cherry picked from commit 4e9b69a9)
-
Vojtech Myslivec authored
(cherry picked from commit f2fb4e9c)
-
Vojtech Myslivec authored
Functions provided in sentinel.sh depends on OpenWrt functions.sh. When this script (sentinel.sh) is sourced and functions called (e.g. in nikola crontab), it ends up on error as `config_load` and others are not found. (cherry picked from commit b2157001)
-
- Aug 27, 2020
-
-
Jan Pavlinec authored
Note: remove-btn command is now called after install to fix wrong use of postrm
-
Martin Matějek authored
* fix reading of 802.11ac HT & VHT modes * web: Add 'shield' guide profile (proper release without patch) * dns: more robust reading of custom DNS resolvers
-
- Aug 20, 2020
-
-
Karel Koci authored
Foris.conf was removed by 6ed9c585. Installing it is not possible.
-
- Aug 19, 2020
-
-
It is needed by some backend calls even from purelly reForis installation, so let's move it there.
-
- Aug 17, 2020
-
-
-
Reason is to include more fixes that happened lately.
-
- Aug 14, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Aug 13, 2020
-
-
Jan Pavlinec authored
-
- Aug 12, 2020
-
-
Aleksandr Gumroian authored
-
Some old rescue images created boot.scr symlink pointing to boot-btrfs.scr after medkit, not to boot.scr, so bettter be safe and create a symlink.
-
- Aug 09, 2020
-
-
Indentation broke the script therefore we didn't get the prefilled entries.
-
-
-
- Aug 07, 2020
-
-
Michal Hrusecky authored
-
- Aug 06, 2020
-
-
Michal Hrusecky authored
Fixes: 9fde67a1 ("sentinel-i_agree_with_eula: New package to agree with eula")
-
Karel Koci authored
Added * Argument `--renew` that automatically receives latest version of server certificate on client startup * Argument `--cert-url` to specify URL used to get server's certificate when `--renew` is used This also moves startup to be more in line with firewall and network. Dynamic firewall should start as soon as it makes sense and that is right after we have firewall configured (S19) and network set up (S20). That makes start with S25 good option. We also stop it way later before all network components are being stopped.
-
Martin Prudek authored
Fixed * Crash caused by wrong default logrotate config file location
-
Karel Koci authored
Fixed * Warning about cycles for packages providing and at the same time conflicting with some other package * Configure script now checks if uthash is available
-
Josef Schlehofer authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
Add autorun section in updater uci config if it was missing.
-
- Aug 05, 2020
-
-
-
Jan Pavlinec authored
-
Karel Koci authored
Fixed * Crash when syslog-ng was restarted by Nikola and log was send to it by Nikola Changed * Executable renamed from `nikola` to `sentinel-nikola` * Python package renamed from `nikola` to `sentinel_nikola` * Cron now runs shell script that checks if EULA was approved as well as if Nikola is enabled before running it. * Syslog-ng now filters packets with DROP fate as well as REJECT
-
- Aug 04, 2020
-
-
Karel Koci authored
In 1bb8e96d this was added to Mox. The same thing makes sense for other boards as well as it is clear that these support packages have same problem (they occasionally fail to build).
-
When u-boot-omnia is build by OpenWRT, it fails to build SPL from old U-Boot sources because of internal environment settings. This should fix the issue.
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
Use case for this package is either someone that doesn't have WebUI and want to collect data or routers in special setups like contracts. It is easy to influence package selection for contracted routers, but much harder to influence uci settings.
-
To make sure reForis can detect enabled Sentinel
-
-
Previous branch was work in progress and patch on top, so it was moving target. Freezed certain point in history, added a patch and created a separate branch to have something static to point to.
-
We are experiencing some weird issues on build servers and it is likelly due to big paralelism. It is hard to debug and impossible to debug on typical workstation, but trying to influence the scheduling and avoid conflicts by adding dependency on kernel.
-
- Aug 03, 2020
-
-
Karel Koci authored
Fixed * Telnet getting stuck with specific control sequence being received
-
Karel Koci authored
It should have been in scl directory as include directory on its own is not automatically included.
-
Michal Hrusecky authored
-