- Jun 24, 2022
-
-
Drop backported patches
-
Josef Schlehofer authored
Moonjit is no longer active [1]. The repository is read-only, so let's drop this and use LuaJIT from the OpenWrt packages repository. [1] https://twitter.com/siddhesh_p/status/1308594269502885889?s=20
-
- Jun 10, 2022
-
-
Josef Schlehofer authored
Release notes: https://www.nlnetlabs.nl/news/2022/Jun/02/unbound-1.16.0-released/
-
Josef Schlehofer authored
mea culpa, this was correct during the pull request, but only for master branch (currently used for OpenWrt 19.07), but the location was changed in newer versions of OpenWrt
-
- Jun 09, 2022
-
-
Josef Schlehofer authored
This fixes issues described on our forum: - https://forum.turris.cz/t/gnome-project-domains-inaccessible-with-dnssec-enabled/17272 - https://forum.turris.cz/t/not-connecting-to-applications-like-discord/17111/7?u=pepe
-
Karel Koci authored
There is now U-Boot's distroboot script available that can be used to boot the system.
-
Karel Koci authored
This boot script script should support boot from both UBI as well as BTRFS on SD card (or USB) and others.
-
- May 23, 2022
-
-
Aleksandr Gumroian authored
* 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
-
- May 06, 2022
-
-
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)
-
- May 03, 2022
-
-
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
-
Vladimír Čunát authored
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.
-
- Apr 29, 2022
-
-
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
- Apr 28, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Apr 26, 2022
-
-
Backport for TOS 5.3.x Fixed: * networks: backport enabling managing of interfaces on Turris 1.x
-
- Apr 24, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Apr 22, 2022
-
-
Josef Schlehofer authored
-
- Apr 08, 2022
-
-
Fixed: * Fix reading of interface speed; fallback to 0 on unexpected values
-
- Apr 01, 2022
-
-
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.
-
- Mar 31, 2022
-
-
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.
-
- Mar 23, 2022
-
-
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
-
- Mar 21, 2022
-
-
Josef Schlehofer authored
Empty folders are removed within the update and there should be at least empty file to prevent that situation.
-
- Mar 11, 2022
-
-
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>
-
Karel Koci authored
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.
-
- Mar 09, 2022
-
-
Michal Hrusecky authored
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'
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
Set of plugins for logc needed by new minipots.
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
Needed by new minipots, for changes see: https://gitlab.nic.cz/turris/logc/-/tags
-
Michal Hrusecky authored
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
-
- Mar 04, 2022
-
-
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.
-
- Feb 28, 2022
-
-
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.
-