- 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.
-
- Feb 23, 2022
-
-
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.
-
- Feb 21, 2022
-
-
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.
-
- Feb 11, 2022
-
-
Josef Schlehofer authored
-
Štěpán Henek 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.
-
Štěpán Henek authored
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.
-
- Jan 28, 2022
-
- Jan 27, 2022
-
-
Josef Schlehofer authored
Remove backported patch, which is included this release
-
Josef Schlehofer authored
Fixes: CVE-2021-46141, CVE-2021-46142
-
- Jan 18, 2022
-
-
Josef Schlehofer authored
This file, which I removed is no longer used as it was superseded by the package mox-dtb. It does not require to bump package. Fixes: 26fba930 ("nor-update: Generalize to work for all devices")
-
- Jan 17, 2022
-
-
Michal Hrusecky authored
Foris Controller expects specific types in json output and doesn't use the output that could produce invalid json, so let's temporally revert one fix till Foris Controller is updated.
-
- Jan 14, 2022
-
-
Michal Hrusecky authored
Drop all backported patches. Upstream release notes for 2.8.0 * allow to specify samba protocol version in remote URL * support export filter and overlay * various small fixes (mainly to remote synchronization)
-
- Jan 07, 2022
-
-
Michal Hrusecky authored
Tool mkfs.(v)fat is provided by package dosfstools and in OpenWrt commit [1], it was merged to single package. Because of that mkfs.vfat is no longer provided. Let's use mkfs.fat. [1] https://github.com/openwrt/packages/commit/5d032bce1f0eb259ba94e7d8bed1444a1236f8b0#diff-4ae5696ed12100b6b90f3e12991fcd054b35f4fbb3af426d5bacdda6f2261948
-
- Jan 06, 2022
-
-
Miroslav Hanak authored
Added * Tests Changed * Package structure refactored * Update description
-
- Jan 03, 2022
-
-
Michal Hrusecky authored
There is a conflict between uci functions provided by OpenWrt and functions used by the script, so moving loading options to the end had some unforeseen consequences.
-
- Dec 30, 2021
-
-
Michal Hrusecky authored
As merging is currently blocked, you can read up detailed changes in patchset attached. Once merged, I'll tag 2.8.0 with full description and release 2.8.1 with potential fixes.
-
- Dec 19, 2021
-
-
Should make no real difference, just code tiny bit looks nicer.
-
Although the idea is great, it is currently not supported in reForis and would cause more troubles, so let's drop it for now.
-
SFP interface is now called SFP, no longer eth1. Switch to DHCP client only if we have no WAN port - only one module device. If we have a switch, set WAN as bridge between SFP and eth0.
-
- Dec 12, 2021
-
-
Josef Schlehofer authored
-
- Dec 08, 2021
-
- Dec 04, 2021
-
-
Josef Schlehofer authored
Fixes issue with GitHub Actions (CI): Dirty patches detected, please refresh and review the diff
-
Josef Schlehofer authored
-
Glenn Strauss authored
-
Glenn Strauss authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Dec 03, 2021
-
-
Karel Koci authored
The LAN ports are on Turris 1.x in reverse order compared to switch physical ports. We have to map them in reverse.
-
Karel Koci authored
The unterminated VLANs were not previously migrated as they are not terminated in CPU. This adds support for them as one user reported that it is a setup he is using.
-
Josef Schlehofer authored
-