Lukas Rusak
Lukas Rusak
This allows tracking the LibreELEC configuration options through kconfig. For this purpose I have been testing with [Kconfiglib](https://github.com/ulfalizer/Kconfiglib). It can be easily installed with pip. ``` pip3 install kconfiglib ```...
This PR isn't really meant to merge. I put a bit of time into it so if anyone else wants to play with it I figured I would share. This...
This PR adds the full version of `less` and removes the busybox version. When dealing with anything that needs a pager (systemctl, journalctl, etc) it's just better to use the...
This add support for using zram in LibreELEC https://www.kernel.org/doc/html/latest/admin-guide/blockdev/zram.html I decided to use the simple script here https://github.com/foundObjects/zram-swap It only needs zramctrl from util-linux (added in this PR) and mkswap...
This seems to be an ongoing problem. I've created a simple way to adjust the kernel config using the script `./tools/adjust_kernel_config`. This script should always be used when adjusting the...
This adds the ability to use the RPi4 USB-C port as a gadget peripheral. I've tested the `g_serial`, `g_ether`, and `g_mass_storage` modules. This also adds a commit to correct some...
This is long overdue. These options should be unified across all devices. I've simply made this list from what is enabled on my fedora workstation and I'm open to changes...
This is my attempt to have a way to identify all the possible build combinations within a single file. The uboot_helper was essential a list of all the combinations of...
This is something I've been looking at for a while. I don't like having to use external toolchains to build our images and would like to be able to at...
This allows setting the Colorspace connector drm propery. This allows specifying the output colorspace and allows tv's to trigger into a specific colorspace mode (bt2020). The Colorspace property is only...