ColorfulRhino
ColorfulRhino
### Which feature would you like to have? The Armbian builder is using HTTP mirrors with `apt`. The same is true in the mirrors from `sources.list` in the built Armbian...
Thanks to Izzy who's hosting the IzzyOnDroid repo we have a great way to update AuthenticatorPro with an F-Droid store app, without the need for any Google Services. Currently, only...
### Description of errors As per https://rocm.docs.amd.com/projects/install-on-windows/en/develop/conceptual/release-versioning.html#windows-builds-from-source building on Windows is not supported. Including this information in this repo's build docs would add to this information's visibility. ### Attach any...
As per https://rocm.docs.amd.com/projects/install-on-windows/en/develop/conceptual/release-versioning.html#windows-builds-from-source building on Windows is not supported. This PR adds this information to the build docs, improving this information's visibility. Fixes https://github.com/ROCm/HIP/issues/3414#issue-2137693385 ### References: "The windows release cycle...
### What happened? At this moment of writing, the official kernel git is down or overloaded. In any case, it returns error 502. Trying to work around this by setting...
https://github.com/armbian/build/blob/86df0089fc8b990dfb633c6294e6b558db0c2d06/lib/functions/compilation/kernel.sh#L132 This line is giving a warning on normal builds because it adds `install` twice to `make`. Log from `/.compile.sh build BOARD=nanopi-r5c BRANCH=edge` ``` ### kernel_build.log --> (18) INFO: Building...
With a [soon-to-be-updated linux-rockchip `6.1-rkr3` kernel](https://github.com/armbian/linux-rockchip/tree/linux-6.1-stan-rkr3), it may be time to finally sunset the 5.10 `legacy` kernel for RK3588. The 6.1 `vendor` kernel is overall just a better/more up-to-date version...
### Task description This is part of https://github.com/armbian/build/issues/6820 The goal is to remove 1) deprecated/unused kernels from the code 2) kernel patch folder of kernels which are not used anymore...
### Task description ### The Problem Over the years, some older stuff was partially removed/not used anymore, but not fully cleaned up. Those files and leftovers in the code still...
# Description In an effort to reduce wifi driver burdens [AR-1745], I went through the 6.10 kernel to check if any third party wifi drivers can be removed. The following...