- 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.
-
- Nov 20, 2020
-
-
Jan Pavlinec authored
Note: This should extend amount of supported ath9k mPCIe cards. It was disabled because of module size.
-
- Nov 16, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
OpenWrt does it in different way, but it is included in OpenWrt 19.07.
-
- Nov 12, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Karel Koci authored
This fixes updater error: [string "base-conditional.lua"]:6: '=' expected near 'Install'
-
Josef Schlehofer authored
-
Karel Koci authored
Merge of luci-lighttpd and patch that was providing webapps files for luci to package turris-webapps-luci caused file collision. The cause is that patch adding webapps did not change version of luci-base package. The solution is to just reinstall luci-base package to remove conflicting files. This affects mostly only HBL and HBD. It is most probable that update between versions is going to bump LuCI version and solve it that way insteand. At the same time it won't harm to have this.
-
Karel Koci authored
This is replaced by dedicated package turris-webapps-luci. This also eats up separate package luci-lighttpd. Configuration for lighttpd is now provided by turris-webapps-luci (in a compatible way to webapps).
-
Karel Koci authored
There are multiple changes to updater's lists. In most cases it is about moving packages around and grouping them together to simplify future maintenance. Significant change is usage of conditional requests. Updater now installs Foris plugins not because some package list was selected but because some package was installed. This makes it so users running minimal setup (without web interface) can use package lists and still have full system with it. One important change to note here is that SSH client was moved from minimal base list to terminal-apps. The reason is that it is not essentially required for router's functionality or access. It is more about secondary usage from CLI so it should have been part of terminal-apps all time along.
-