- Mar 23, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Mar 21, 2020
-
-
Josef Schlehofer authored
-
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
-
Josef Schlehofer authored
-
Karel Koci 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
-
Josef Schlehofer authored
-
- Mar 17, 2020
-
-
Josef Schlehofer authored
-
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
-
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
-
Karel Koci authored
-
- Mar 16, 2020
-
-
Karel Koci authored
-
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
-
Josef Schlehofer authored
-
- Mar 14, 2020
-
-
Josef Schlehofer authored
-
Karel Koci 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
-
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.
-