- 23 May, 2022 1 commit
-
-
* Add & update translations * Add Sentinel device token * Add missing peerDependencies * Update Foris JS library to v5.4.0 * Update required NodeJS version to 16.x * Fix spelling & grammar in helpTexts * Fix translation strings * Move reforis to devel dependencies * Improve description & add repo URL * Remove obsolete setuptools version pin * NPM audit fix
-
- 06 May, 2022 1 commit
-
-
Josef Schlehofer authored
We no longer need to have Atlas SW probe in our repository as we can use the upstreamed variant. (cherry picked from commit e42d5bb2)
-
- 03 May, 2022 3 commits
-
-
Josef Schlehofer authored
This package contains two new development U-boot versions for Turris 1.x. Only one is shipped with this package to users as the other version is nice to have if something goes wrong. These files were provided by @prohar, who is working to have Turris 1.x upstream support in U-boot and kernel as well. While working on it, he found some serious issues in U-boot for mpc85xx, which are currently on review in their mailing list. This could be helpful for experienced users, who might try to test it and let us know if all the things work as they should. This was compile tested for Turris 1.x.
-
Josef Schlehofer authored
It seems this was copy&pasted from Turris MOX and someone forgot to change the TITLE for Turris 1.x router
-
I forgot that this upstream bugfix would break init here knot/knot-resolver!1253 On the other hand, now the equivalent thing can be written much easier, so I'm doing that.
-
- 29 Apr, 2022 3 commits
-
-
-
Michal Hrusecky authored
Just took the current (da1de632) sources and build it and tested.
-
Fixed: * Fix interface labels mismatch (LAN1=lan5, ..., LAN5=lan1) on Turris 1.x, so it is now consistent with other Turris devices
-
- 28 Apr, 2022 2 commits
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- 26 Apr, 2022 1 commit
-
-
Backport for TOS 5.3.x Fixed: * networks: backport enabling managing of interfaces on Turris 1.x
-
- 24 Apr, 2022 2 commits
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- 22 Apr, 2022 1 commit
-
-
Josef Schlehofer authored
-
- 08 Apr, 2022 1 commit
-
-
Fixed: * Fix reading of interface speed; fallback to 0 on unexpected values
-
- 01 Apr, 2022 2 commits
-
-
Karel Koci authored
The Turris 1.x SD card sometimes gets to read only mode. It is because SD controller is set to that and there is nothing that switches it back. This now adds that to every boot.
-
This will resolve the "OUT DB file doesn't exists" error message and thus make MAC vendor lookup working again. Also update the actual manufacturers database. Closes: #835
-
- 31 Mar, 2022 2 commits
-
-
Martin Matějek authored
Fixed: * wifi: backport fixes for reading HT modes; it is now possible to save wifi settings on Turris 1.x router or any router with DNXA-H1 wireless card
-
The usign has to be in build dependencies to actually use it. It is possible that package would use `test.pub` as file name for OPKG due to missing usign.
-
- 23 Mar, 2022 1 commit
-
-
Josef Schlehofer authored
There were many changes in Deckard development and even we had incorrect versioning in Turris OS, this fixes it. Add PKG_MIRROR_HASH to prevent rebuilds
-
- 21 Mar, 2022 1 commit
-
-
Josef Schlehofer authored
Empty folders are removed within the update and there should be at least empty file to prevent that situation.
-
- 11 Mar, 2022 2 commits
-
-
Josef Schlehofer authored
Since version 0.3.0, it is required dependency logc-czmq. [1] We need to switch to dist tarball, otherwise there is no configure. Also, we need to avoid using ``PKG_FIXUP:=autoreconf`` for now, since it requires to use fwrecorder, which is development tool and it can not be disabled by using ``CONFIGURE_ARGS``. [1] https://gitlab.nic.cz/turris/sentinel/fwlogs/-/blob/e132a6e4e1c86e4b42d637c7f22ac9b66ec64b2b/CHANGELOG.md#030-2022-03-10 [switch to dist tarball, use autotools.mk] Co-authored-by:
Karel Kočí <karel.koci@nic.cz>
-
The web page changed (again) and we still do not have a better way to get list of the versions so this just fixes the regexp and keeps it as it is.
-
- 09 Mar, 2022 8 commits
-
-
Prevent build error from packages depending on it: /home/fast/miska/omnia6-build/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-8.4.0_musl_eabi/lib64/gcc/arm-openwrt-linux-muslgnueabi/8.4.0/../../../../arm-openwrt-linux-muslgnueabi/bin/ld: /home/fast/miska/omnia6-build/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/usr/lib/liblogc.so: undefined reference to `msg2syslog_level' /home/fast/miska/omnia6-build/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-8.4.0_musl_eabi/lib64/gcc/arm-openwrt-linux-muslgnueabi/8.4.0/../../../../arm-openwrt-linux-muslgnueabi/bin/ld: /home/fast/miska/omnia6-build/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/usr/lib/liblogc.so: undefined reference to `str_empty'
-
-
-
Set of plugins for logc needed by new minipots.
-
-
-
Needed by new minipots, for changes see: https://gitlab.nic.cz/turris/logc/-/tags
-
Added * Gitlab CI * libevent_logc and libczmq_logc as dependency Changed * Repository layout * Minimal version of LogC to 0.2.0 * SMTP minipot: split received username string to username and domain * integration tests: check timestamp value Fixed * Out of source tree build
-
- 04 Mar, 2022 1 commit
-
-
Josef Schlehofer authored
reForis itself ships English files. That could be verified by ``opkg files reforis``. We don't need to have a separate language package because it will provide the same files and raise a conflict.
-
- 28 Feb, 2022 1 commit
-
-
Karel Koci authored
This moves the U-Boot environment migration from Omnia to generic nor-update. We want to check if migrate is required every time we flash the new version of U-Boot.
-
- 23 Feb, 2022 1 commit
-
-
Karel Koci authored
The result without argument returns $? and thus 1 that triggers error and termination of nor-update. The zero has to be returned explicitly there.
-
- 21 Feb, 2022 1 commit
-
-
Karel Koci authored
The ss command on Turris OS 5.x does not support the --cgroup argument. It is available only since Turris OS 6.0.0.
-
- 11 Feb, 2022 3 commits
-
-
Josef Schlehofer authored
-
This should enable foris-controller zeroconf machinery working even when umdns is used (it occupies port 5353) and makes it impossible for foris-controller to generete zconf announcements After this patch the umdns will foris-controller compatible announcements.
-
This should add support for new zconf scheme. Old scheme is still supported, so this should be compatible even with older versions of foris-controller.
-
- 28 Jan, 2022 1 commit
-
-
Josef Schlehofer authored
-
- 27 Jan, 2022 1 commit
-
-
Josef Schlehofer authored
Remove backported patch, which is included this release
-