- Dec 15, 2020
-
-
We have our own package turris-webapps-transmission, so we don't need to patch transmission package.
-
Jan Pavlinec authored
It should check if we can apply patches to openwrt or feeds branches before merging it to HB*
-
- Dec 12, 2020
-
-
In this pull commit, I backported hwinfo which will help us to provide system information, monitor hardware information and diagnostics. hwinfo is already in packages repository, but it will be part of OpenWrt 21.xx release.
-
- Dec 11, 2020
- Dec 10, 2020
-
-
Josef Schlehofer authored
-
Karel Koci authored
This resets uboot environment. We of course do not want to do it and even if so we do not plan to do it right now or possibly this way.
-
Josef Schlehofer authored
-
Josef Schlehofer authored
While building node packages on Ubuntu 20.04 LTS, node fails because of: In file included from /usr/include/c++/9/deque:60, from /usr/include/c++/9/queue:60, from ../deps/v8/src/libplatform/default-foreground-task-runner.h:8, from ../deps/v8/src/libplatform/default-foreground-task-runner.cc:5: /usr/include/c++/9/bits/stl_algobase.h:59:10: fatal error: bits/c++config.h: No such file or directory 59 | #include <bits/c++config.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. This can be solved by installing g++-multilib
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Dec 09, 2020
-
-
Jan Pavlinec authored
These packages are necessary for running Gitlab CI on Omnia/Mox. This should help knot-resolver team to test kresd on different architectures.
-
Jan Pavlinec authored
Note: tor-hs package helps with creating tor hidden services on router. Tor hidden service can be used to access router services from Tor network.
-
Josef Schlehofer authored
-
Karel Koci authored
This allows primarily to include all drivers in medkit. The idea is that some devices should work out of the box so we ensure they can be used to connect to the Internet. Once connected any unneeded drivers are removed.
-
Karel Koci authored
This can be considered as interesting feature from end user's perspective so we should mention it in NEWS.
-
Karel Koci authored
-
Karel Koci authored
These contain database of USB and PCI device mapping to drivers/packages. Idea is that updater with additional Lua script on router can install this way drives automatically depending on what is actually connected to router. It also allows installtion of all or just some group of drivers. That is to include them optionally also in medkit.
-
- Dec 08, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Dec 05, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
Because commit subject is too long, I'd need to choose word accepted even though it was applied (I mean cherry-picked) by OpenWrt developers to OpenWrt 19.07. So, we don't need to have it in backports anymore.
-
- Dec 03, 2020
-
-
Jan Pavlinec authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
In OpenWrt 19.07 packages feed, there was updated zerotier from master branch to version 1.6.2 and it includes same workaround
-
Josef Schlehofer authored
In OpenWrt 19.07 packages feed, there was updated zerotier from master branch and it includes same workaround
-
- Dec 02, 2020
-
-
Karel Koci authored
-
Karel Koci authored
dhparam package was removed so it is not longer available for install. Instead turris-cagen dhparam generation should be used.
-
This triggers removal of uboot environment configuration from system so we can set there correct one by installing new version of uboot-tools. In case of Turris Mox we have to do also additional trickery as file we want to generate is part of mox-support package originally. With this update it is dropped but we have to let it be removed fist before we recreate it by installing new version of uboot-tools otherwise updater would remove that file as part of mox-support package cleanup phase.
-
Packge Mox-support was providing uboot environment configuration file but more appropriate is to use OpenWrt approach with generated configuration. This should move Mox little bit closer to upstream.
-
- Nov 30, 2020
-
-
Karel Koci authored
By replacing Repository with provided one user can generate package lists pointing to repo.turris.cz. That means it uses packages from there but lists are local one. Of course user can replace hbs with any other branch name and such. The primary point there is to specify public keys.
-
- Nov 25, 2020
-
-
Josef Schlehofer authored
Co-authored-by:
Karel Kočí <cynerd@email.cz> Co-authored-by:
Vojtech Myslivec <vojtech.myslivec@nic.cz>
-
- Nov 24, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Nov 21, 2020
-
-
Karel Koci authored
This is just stylistic change. It removes dirname and instead relies on string operation. There should be no way of having in $0 anything else other than some valid path. That is last part has to be at least /name_of_file. This means that we do not have to rely on dirname and we can safely just remove anything after last slash (including that slash). We user dirname only for paths in sub-directories.
-
Karel Koci authored
This fixes bug that caused force-make to go to fallback immediately after first batch of retries. As a benefit it also adds some reporting of what is going on. This should help to locate fail point as well as to inform about execution progress.
-