- Mar 21, 2020
-
-
Josef Schlehofer authored
We have Storage plugin in Foris installed by default, but it is not possible to use it without an installed NAS package list, which contains a lot of packages. Let's move related support for USB Mass Storage devices to kmod.list, which will be installed by default for all installations.
-
- Mar 19, 2020
-
-
Josef Schlehofer authored
-
Karel Koci authored
This should be required to access whole memory.
-
Karel Koci authored
This reverts commit 51b0ef62.
-
- Mar 18, 2020
-
-
Josef Schlehofer authored
-
- Mar 17, 2020
-
-
Josef Schlehofer authored
Netfilter sysctl defaults were moved into specific kmod-packages from base-files. When we wanted it to configure in base-files, those values are overwritten by file sysctl-nf-conntrack.conf provided in the package kmod-nf-conntrack. We don't need to set it twice and remove it from base-files and change it only in kmod-nf-conntrack.
-
Karel Koci authored
Around a year ago this was lost in rebase. We need this to use whole memory in Turris 1.x.
-
Karel Koci authored
-
- Mar 16, 2020
-
-
This enables pseudorandom generator and dynamic variable "$RANDOM". It will be quite useful and we wouldn't need to come with something crazy.
-
- Mar 15, 2020
-
-
Josef Schlehofer authored
-
- Mar 13, 2020
-
-
Karel Koci authored
This drops activation for atsha services that do not exist any more (they were replaced by preinit and uci-defaults). Automatically enable zram.
-
- Mar 11, 2020
-
-
Karel Koci authored
These packages can't be enabled for every single target. It is enough to be marked as module to just compile them. In reality we do not care about this configuration file and we plan to drop it.
-
-
Josef Schlehofer authored
-
- Mar 10, 2020
-
-
Josef Schlehofer authored
-
- Mar 09, 2020
-
-
Karel Koci authored
Setting -e in hashbang is not a good idea as users might just run it by some other interpreter and that way removing (without noticing it) that option.
-
Karel Koci authored
This checks generated config after Kconfig pass if it still contains preferences we have in files in configs directory. This also drops some of the options in our config that are obsolete or invalid. CONFIG_VERSION_REPO is overwritten by setting pushed dynamically in config by compile_pkgs so it makes no sense to have it here. CONFIG_BUSYBOX_DEFAULT_CROND seems to be impossible to change and is also default value that we later override with CONFIG_BUSYBOX_CONFIG_CROND. All PACKAGE options are not necessary. They are all enabled to 'm' but getting them to 'y' would require a lot of works with gain that build would in some cases failed instead of passed without that package. Not worth it. CONFIG_DEFAULT_TARGET_OPTIMIZATION is not applies so it is dropped here without replacement. Same as one occurrence of CONFIG_CPU_TYPE.
-
Josef Schlehofer authored
Remove the part with PKG_RELEASE bump, so I dont need to rebase it every time, when I bump syslog-ng in upstream
-
- Mar 07, 2020
-
-
Josef Schlehofer authored
-
- Mar 06, 2020
-
-
Karel Koci authored
This fixes problem that updater running is unable to handle alternatives but with installing new one the script that was handling it previously was removed. This installs one-time fix package that runs that original script on its removal. The reason why on its removal is that it lets first install all packages by original updater and new updater later just removes this fix package and in that time it makes sense to consitently update alternatives the same way as we did it previously with postupdate hook script.
-
- Mar 04, 2020
-
-
Karel Koci authored
This fixes previous configuration rework. For some reason we lost DSA (possibly in some rebase) and also devicetree was invalid. Compatible field is primarily used to match drivers so changing it is no way possible.
-
- Feb 24, 2020
-
-
Karel Koci authored
-
Karel Koci authored
Upstream fixed problem with invalid hash and that way broke validation for some of the files. Updating to latest version of usign fixes this.
-
- Feb 21, 2020
-
-
Karel Koci authored
These packages are same as language packages for Foris There is one speciality and that is that some of Luci's packages have English localization package as well so we have to add "en" to languages. There is full list of all Luci applications there are in repository. We should update this in future or modify the updater functionality so it would be possible to check for existence of package in repository.
-
Karel Koci authored
This has various advantages such as that we do not have to care to always set appropriate requests for language packages as well as for core package. It also ensures that localization is installed even if package is installed outside of package list it is mentioned in. There is also improvement for reForis. Now when you install reForis its plugins are going to be managed relative to those requested to be installed for Foris.
-
- Feb 20, 2020
-
-
Karel Koci authored
We provide now our own version of luajit package with moonjit. We can later think about upstreaming it.
-
- Feb 18, 2020
-
-
Karel Koci authored
This was renamed in HBL to report.
-
Karel Koci authored
-
This locks git mirror directory when we are updating mirrors. This should solve race condition with multiple builds failing to update mirrors and failing that way completely. Only update is protected. The expectation is that initialization is happenning only once and is protected by non-existence of directory. If there is going to be problem with initialization as well then we can add locking as well.
-
Karel Koci authored
This is required for rainbow on Turris 1.x. It is handy in general for any tool that needs to access memory mapped devices or memory directly in general so it is enabled on all devices.
-
Karel Koci authored
-
- Feb 17, 2020
-
-
Karel Koci authored
-
Karel Koci authored
The reason is that compared to default settings of sort version sort is going to sort correctly numbers. As an exalple: 1.1, 1.2, 1.12 should be sorted as stated here byt sorf possibly sortes it as: 1.1, 1.12, 1.2
-
Karel Koci authored
We can apply this patch to turris-os-packages directly now. This patch was also incorect because of rebase. It talks about Kernel 4.19 but change happened in this development branch and was not taied to Kernel 4.19 at all but rather applied to all versions.
-
Karel Koci authored
This is new version of patch pulled from v4.1 branch of turris-build.
-
Karel Koci authored
-
Karel Koci authored
Few optional features were set to OpenWrt default that is package it as package. This just adds those packages to system so behavior stays the same.
-
Karel Koci authored
BTRFS in default is not compiled in and we use it as root-FS so it should be.
-
Karel Koci authored
This should be something we are going to upstream rather then this.
-
Karel Koci authored
The device tree changed name.
-