- Jun 30, 2020
-
-
Karel Koci authored
Makefile was modified in upstream. This is just simple rebase of existing patch.
-
Josef Schlehofer authored
This package is necessary to control rescue modes for Turris MOX.
-
- Jun 27, 2020
-
-
Michal Hrusecky authored
-
- Jun 22, 2020
-
-
Josef Schlehofer authored
This patch was backported by Kernel developers to LTS versions. It can be found in 5.4.48, 4.4.185 and 4.4.228.
-
- Jun 17, 2020
-
-
Jan Pavlinec authored
Fixes compilation problem with node package feed https://github.com/nxhack/openwrt-node-packages/issues/679
-
Josef Schlehofer authored
We updated all our build servers to Debian Buster, but LuCI is not compiled. It ends up with following error: make[2]: execvp: /usr/bin/env: Argument list too long I found that there are patches on mailing list of OpenWrt-devel [1]. They were not reviewed neither applied since February. Let's apply them to see if it it works. [1] https://patchwork.ozlabs.org/project/openwrt/list/?series=159823
-
- Jun 16, 2020
-
-
Karel Koci authored
-
Karel Koci authored
On Turris 1.x it seems that some assember code is not correct and result are failures for some domain's certificates such as google.com or pypi.org.
-
Karel Koci authored
This reverts commit 444fcd15.
-
- Jun 09, 2020
-
-
Josef Schlehofer authored
Co-authored-by:
Vojtech Myslivec <vojtech.myslivec@nic.cz>
-
- Jun 08, 2020
-
-
Karel Koci authored
This was original intention but wasn't possible since new version of updater and companion packages were required to be released to HBS. Now with Turris OS 5.0.0 finally out we can clean this up.
-
Karel Koci authored
There were times when only supported branch for Turris 1.x routers was HBD. Becasue of that repository used in migration was HBD in case of Turris 1.x. With changes merged to HBL and HBD this is broken and also wrong. We have some support in HBK so it should point to HBK to be consistent between routers.
-
Karel Koci authored
That was has for turris-build not for openwrt feed.
-
Karel Koci authored
-
- Jun 05, 2020
-
-
- Jun 04, 2020
-
-
Josef Schlehofer authored
Pali sent these two patches to mailing list openwrt-devel to almost 2 weeks ago and haven't received a response, yet. Most likely those are not getting backported to OpenWrt 19.07 and we would like to have in our Turris OS distribution, which is based on top of it. This fixes issue that some of ours Wi-Fi cards included in our units were recognized (e.g. in LuCI) as Generic Wi-Fi card. I need to rebase one of his patches to apply cleanly to it.
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Jun 01, 2020
-
-
Josef Schlehofer authored
In compile_pkgs it was renamed to turris1x to make it more clear.
-
- May 28, 2020
-
-
Karel Koci authored
This was just typo in definition name causing script to be ignored and not included to package.
-
- May 27, 2020
-
-
Karel Koci authored
This should "fix" problem with broken network reload when wpad is installed (wpad binary replaced). It just triggers network reload later on in update process.
-
- May 25, 2020
-
-
Josef Schlehofer authored
-
- May 24, 2020
-
-
Josef Schlehofer authored
Package procd-seccomp is built only when SECCOMP kernel option is enabled. We disabled it.
-
- May 21, 2020
-
-
Josef Schlehofer authored
Compilation fails due to the following error: Config option is not present in generated config: CONFIG_KERNEL_SECCOMP_FILTER=y
-
Josef Schlehofer authored
Hopefully, this is going to fix an issue which was reported by our community. In some cases loading of ath9k ends up with vmalloc: allocation: failure and I think because of that modprobe ath9k fails.
-
Josef Schlehofer authored
Let's disable SECCOMP. Seccomp and jail are used and developed just by one person in OpenWrt. Services like transmission do not start (there are missing syscalls!), altougth if there are added missing syscalls transmission does not start through procd. There are no details how to proceed further without documentation. Some processes are jailed and we can not check which one each time (and if it is backported to OpenWrt 19.07) and fix it. It is not enabled by default in OpenWrt and it has several reasons for it. For example, umdns service ends up in crash loop. We can not delay Turris OS 5.0 anymore as seccomp adds us overhead for now. Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- May 18, 2020
-
-
Josef Schlehofer authored
-
- May 13, 2020
-
-
Karel Koci authored
Package python-base was providing python link to python2. By removing python-base (and effectively this way Python2) from system this removes this link as well. This link is commonly expected to be present so we add it for python3 if there is not python-base. This condition also as corner case support case when Python3 is not installed.
-
- May 11, 2020
-
-
Josef Schlehofer authored
For some unknown reason, it does not acquire prefix via DHCPv6-PD and/or renew the prefix. Let's disable checksum for now. Bug report: https://forum.turris.cz/t/dhcpv6-on-wan-not-working-tos-5-pppoe/12853?u=pepe
-
- May 08, 2020
-
-
Josef Schlehofer authored
-
- May 04, 2020
-
-
- Apr 27, 2020
-
-
This caused Topaz not working when in combination with Peridot. Signed-off-by:
Marek Behún <marek.behun@nic.cz>
-
Karel Koci authored
White characters were invalidly being ignored in sed used to extract OpenWrt hash from URL. This lead to checkout failing.
-
- Apr 26, 2020
-
-
Josef Schlehofer authored
OpenWrt is doing often changes to dnsmasq and they change PKG_RELEASE as it is required and then this patch fails to apply. Remove PKG_RELEASE, so we can stop rebasing it each time.
-
- Apr 24, 2020
-
-
Michal Hrusecky authored
-
- Apr 22, 2020
-
-
Marek Behun authored
Signed-off-by:
Marek Behún <marek.behun@nic.cz>
-
Upstream reworked provides for wget packages. Now this parch is no longer required because no package now provide itself.
-
- Apr 20, 2020
-
-
Karel Koci authored
This should fix any inconsistencies in system done by opkg as well as updater. It turns out that we really have to handle busybox links without Alternatives as soon as possible. Without it some packages fail to work if busybox is updated or reinstalled and alternatives are overwritten by busybox links.
-
- Apr 16, 2020
-
-
Jan Pavlinec authored
-