- Oct 21, 2020
-
-
Josef Schlehofer authored
-
- Oct 20, 2020
-
-
Josef Schlehofer authored
-
- Oct 18, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Oct 16, 2020
-
-
Karel Koci authored
-
- Oct 15, 2020
-
-
Karel Koci authored
This typo caused that non htt drivers were always installed.
-
- Oct 13, 2020
-
-
Karel Koci authored
-
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.
-
- Oct 08, 2020
-
-
Karel Koci authored
There variables renamed in commit 3b85c6e8 but that was not reflected in code in this case.
-
- Oct 06, 2020
-
-
Karel Koci authored
-
Karel Koci authored
And I just forgot to rename it so it exactly happened that. That means update of NOR in all routers tracking HBK. With subsequent build it is going to break so we have to do this rename anyway.
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This fixes fourth LAN port on running Turris Shields.
-
Karel Koci authored
This effectivelly fixes contract variable on Turris Mox (Shield) routers with rescue update.
-
- Sep 29, 2020
-
-
This patches were also sent upstream.
-
- Sep 24, 2020
-
-
Josef Schlehofer authored
-
Karel Koci authored
-
Karel Koci authored
-
-
- Sep 23, 2020
-
-
Karel Koci authored
-
Karel Koci authored
Fields should be compared case insensitive as they can be in any such format. Using awk instead to compare and correctly parse HTTP head format. There is known problem with this code and that is it can't parse date-time formats with colons. The reason is that printing original string ($0) in awk sneaks in to it some unwanted characters such as \r and probably others that are not considered as whitespaces by date command. This way we take only text.
-
- Sep 22, 2020
-
-
Josef Schlehofer authored
It is now in specific packages in Turris OS packages
-
Josef Schlehofer authored
-
Karel Koci authored
This extends support to QMI in Luci.
-
- Sep 16, 2020
-
-
Karel Koci authored
-
Settting timezone doesn't work without those.
-
- Sep 14, 2020
-
-
Karel Koci authored
We need to generate more than one medkit per target. That can be controlled by CI but it is better to have it all at once controlled by turris-build repository. It also partially hides all possible options generate_medkit provides. Most of them are to have versatile tool to generate medkit but are not intended to be used in CI to build real medkits. With this script (named generate_medkits to be consistent with generate_lists) only minimal required info is required from user and rest is provided depending on what kind of medkit is build. To have repository clean generate_medkit was moved to helpers directory. There are hints on future variants of medkits. At the moment primary use is for contracts but we can also provide minimal medkits (pretty much compared to what we have), beef up default medkit (just include some more common package lists) and also for example have full medkit with all package lists and drivers and languages (it is question if we even want that). It is also expected to have more targeted medkits such as broadband variant that would out of the box provided support for LTE modems and so on.
-
- Sep 13, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Sep 08, 2020
-
-
Karel Koci authored
Packages now can bootstrap configuration provided from environment variables on their own. That removes need to generate configuration files here and makes it overall more general. Variables are renamed to explicitly differentiate those participating in packages bootstrap from those only passed to fakeroot trough environment. Those are also variable names expected by packages themselves.
-
- Sep 07, 2020
-
-
Karel Koci authored
-
Karel Koci authored
The condition is that we run on current root (that we even have easy access to snapshots), that we have snapshots (schnapps installed) and that version of Turris OS is less than 5.1.1. We use system version to compare because we can't detect that empty file any other way.
-
- Sep 02, 2020
-
-
Josef Schlehofer authored
-
- Sep 01, 2020
-
-
Karel Koci authored
-
Karel Koci authored
This fix package removes task log generated by updater. Updater-Supervisor version 1.3.2 no longer instructs updater to generate this file. That makes is no longer necessary and to clean after update it is removed.
-
- Aug 26, 2020
-
-
Karel Koci authored
Package lists name should not contain .lua as it is appended later on.
-
- Aug 25, 2020
-
-
Karel Koci authored
-
- Aug 17, 2020
-
-
Josef Schlehofer authored
-
- Aug 12, 2020
-
-
Karel Koci authored
-