- Feb 15, 2024
-
-
Michal Hrusecky authored
Just redirecting feeds to use master branches and not devel ones.
-
Michal Hrusecky authored
-
- Feb 14, 2024
-
-
Michal Hrusecky authored
As reported on our forum, there is a typo in the patch that is modifying default IPv6 assignment for LAN network. https://forum.turris.cz/t/turris-os-6-5-1-is-out/19722/15
-
- Feb 13, 2024
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
- Feb 12, 2024
-
-
Richard Muzik authored
-
Richard Muzik authored
-
- Feb 09, 2024
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
Fixed Interfaces tab and staged updates.
-
- Feb 08, 2024
-
-
Michal Hrusecky authored
-
- Jan 26, 2024
-
-
Michal Hrusecky authored
-
Richard Muzik authored
-
- Jan 25, 2024
-
-
Richard Muzik authored
-
- Jan 16, 2024
-
-
Michal Hrusecky authored
-
- Jan 12, 2024
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
- Jan 09, 2024
-
-
Tomas Zak authored
Update to 9.6p1 due to bugfixes and security fixes (among other Terrapin attack). More info: https://www.openssh.com/txt/release-9.6
-
- Jan 08, 2024
-
- Jan 05, 2024
-
-
Michal Hrusecky authored
Make sure that post install script actually tries to setup the environment for the tools to work. '\n' is not expanded by default in echo. And some version of echo does not support -e option. So let's stick with printf.
-
- Jan 03, 2024
-
- Dec 18, 2023
-
-
Michal Hrusecky authored
-
- Dec 15, 2023
-
-
Michal Hrusecky authored
This reverts commit 4bae82c8. We unfortunately still need Node 16 to compile reForis.
- Dec 14, 2023
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
OpenVPN supports more hooks than just 'up' and 'down'. Especially reacting to 'route-up' and 'route-pre-down' events could be important. When routing table changes, it can make sense to adapt firewall, run some tests or change even more routes. This change passes those events to hotplug, so it is easy to react to them without changing configuration files provided by VPN provider. This has been sent to upstream, in the meantime, let's have it in house. https://github.com/openwrt/packages/pull/21027
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
We prepared nice GSM configuration but it was still disabled by default, so let's enable it.
-
- Dec 11, 2023
-
- Dec 06, 2023
-
-
Michal Hrusecky authored
-
- Nov 29, 2023
-
-
Michal Hrusecky authored
We prepared nice GSM configuration but it was still disabled by default, so let's enable it.
-
- Nov 28, 2023
-
-
Michal Hrusecky authored
-
- Nov 27, 2023
-
-
Michal Hrusecky authored
-
Tomas Zak authored
Added condition to remove -Wno_overread warning if toolchain is lower than version 11, based on recommendation (https://github.com/NixOS/nixpkgs/pull/168997) Added two patches from openwrt stream. patch3.10 (1df5290b92625823bb9725a5406383116463f3ac) invalid-pointer (d710a7938977c84d6ea0f74b21dc50111e5e968c) In previous patch there was error with empty intcmp. This commit fix error in in 26c38a17 Rename TARGET_CCFLAGS to EXTRA_TARGET_CFLAGS, because TARGET_CCFLAGS is for C++ stuff.
-
Michal Hrusecky authored
-
- Nov 24, 2023
-
-
Michal Hrusecky authored
Update to the latest kernel and drop two patches related to Omnia LEDs as they were merged upstream.
-
Michal Hrusecky authored
This option of IPv6 Router Advertisements allows devices connected to a IPv6-only network to discover IPv6 prefix of the NAT64 gateway. Devices can use this information for instance to setup client translator (CLAT) from IPv4 to IPv6 in 464XLAT (RFC 6877) scenario or to handle IPv4 address literal on application level. To enable PREF64 option, a new uci parameter ra_pref64 has to contain the NAT64 prefix, including prefix length. Only lengths of 96, 64, 56, 48, 40 and 32 bits are supported. For example, to annonce the Well-Known Prefix: config dhcp 'lan' … option ra_pref64 '64:ff9b::/96'
-