- Sep 08, 2020
-
-
Karel Koci authored
Package itself is named as Kernel but build system that resolves build dependencies uses not package name but directory name where Makefile is stored. It is stupid and inconsistent but that is how it works. Kernel is stored in directory called linux so it should be linux and not kernel.
-
- Sep 07, 2020
-
-
Marek Behun authored
Update to new U-Boot commit that solves manufacturing issue. Change version of this package so that it uses PKG_SOURCE_DATE, PKG_SOURCE_VERSION and PKG_RELEASE. This way when commit hash is changed, the build system will download new sources. Fixes: 6f977904 ("u-boot-omnia: fix compiling SPL from old U-Boot sources")
-
Marek Behun authored
It would appear that the build system has the git sources downloaded and tarballed so that it doesn't have to download every time the package is being built. But PKG_RELEASE is not part of the file name, and so the build system does not recognize the sources have changed and have to be downloaded again (even though PKG_SOURCE_VERSION has changed). Change PKG_VERSION (and drop PKG_RELEASE to 1) to force build system to build from newer sources.
-
Karel Koci authored
-
- Sep 01, 2020
-
-
Josef Schlehofer authored
These two firmware files were added in this commit 73a39987 ("mox-support: Update WiFi firmware") without any description. Also, they are not used. I removed it from the router and it works. By default, mwifiex and btmrvl are looking for mrvl/sd8997_uapsta.bin which is wrong as it should look for mrvl/sdsd8997_combo_v4.bin And because of that, there is a symlink. Pali Rohár sent two fixes to mailine kernel [1] [2], which fixes it, but it was backported to stable versions of kernel 5.8, 5.7 and 5.4 [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=2e1fcac52a9ea [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=00eb0cb36fad5 In the future, this is going to be superseded by https://lists.openwrt.org/pipermail/openwrt-devel/2020-August/030946.html Because those separate firmware files are for separate Wi-Fi and BT functionality. But this is not supported by kernel drivers. Kernel drivers are using combo firmware, which initializes both Wi-Fi and BT functionality.
-
- Aug 28, 2020
-
-
Vojtech Myslivec authored
(cherry picked from commit 759f7911)
-
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
- 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
- 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
-