- Dec 08, 2020
-
-
Josef Schlehofer authored
-
- Dec 05, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Nov 16, 2020
-
-
Josef Schlehofer authored
OpenWrt does it in different way, but it is included in OpenWrt 19.07.
-
- Nov 12, 2020
-
-
Josef Schlehofer authored
-
- Nov 03, 2020
-
-
Karel Koci authored
This is better approach not only because we can potentially upstream this but also because it covers all packages and breaks potentially if new variant is added.
-
- Oct 29, 2020
-
-
Josef Schlehofer authored
-
- Oct 13, 2020
-
-
This disables root account. Placing of this patch expects it to be caried for a long time so it was moved to second possition while current second patch was moved to thid. That makes it of same number as existing patch but that patch is going to be dropped in future so no harm to have them with same number for now.
-
- Sep 24, 2020
- Aug 11, 2020
-
-
Josef Schlehofer authored
-
- Aug 05, 2020
-
-
Karel Koci authored
Atlas and netdata services are new services that can be installed trough package lists. They should be also automatically activated. sentinel-dynfw-ipset is not longer present in system as it was drop in favor of different approach. socat is not longer used as service since uCollect times.
-
- Jul 27, 2020
- Jul 12, 2020
-
-
Karel Koci authored
This reverts commit 82044fb2. With b46683a4 this should no longer be required.
-
- Jul 08, 2020
-
-
Josef Schlehofer authored
-
- Jul 05, 2020
-
-
Josef Schlehofer authored
-
- Jul 02, 2020
-
-
Karel Koci authored
This fixes restarts of hostapd process by netifd when wpad (hostapd) program file is removed/replaced. This happes on update and tiggers start of new hostapd instance while old one is still running.
-
- Jun 30, 2020
-
-
Josef Schlehofer authored
This package is necessary to control rescue modes for Turris MOX.
-
This is going to be superseded by LinkSignature in packages. This implementation was problematic in the way that it touched version of package after it was used in other places. The result were invalid dependencies between some packages.
-
- Jun 27, 2020
-
-
Michal Hrusecky authored
-
- Jun 25, 2020
-
-
Karel Koci authored
This should in future replace potentially automatic package version bumping patch. This should be cleaner solution for same problem as it won't tamper with versions and does not need server-side database. Problem with tampering with version is that matching version exactly was then pretty much broken. Once package was bumped the version did not match. It is impossible to update dependency easily enough when package bump occurs. The idea is that updater just matches signature that should be consistent between builds (unless dynamic link dependencies changed of course). When build results to package with different link dependencies then signature changes and updater reinstall such package to version from repository that is consistent. Version stays the same all the time. Signature is generated from two sources. Dynamic library names and dynamic symbols that are linked to those libraries are included.
-
- 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 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
-
- 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 21, 2020
-
-
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.
-
- May 18, 2020
-
-
Josef Schlehofer authored
-
- 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
-
- Apr 27, 2020
-
-
Karel Koci authored
This tool is required for updater. In reality it is set of scripts that are extension for autoconf. Most of the packages do not need it because even if they use it they use distribution archives that contain copy of these scripts. We could do the same although for development purposes it is easier to just include those scripts in OpenWrt build system over needing to generate distribution archives.
-
This caused Topaz not working when in combination with Peridot. Signed-off-by:
Marek Behún <marek.behun@nic.cz>
-
- 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
-