rpi-config: Upgrade to tip of tree#1247
Conversation
Upgrade to the latest version of the repository with includes the following improvements of the template for config.txt: - update revision and date stamp - additon of dtoverlay - general updates This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
@agherzan / @leon-anavi The latest revision of So, this PR may break Maybe we should revert this commit 6008249 ? |
|
@holagvk good point. Wouldn't it be better to identify the missing configurations that are still needed and add them to https://github.com/Evilpaul/RPi-config ? On Monday I will try to find them by comparing |
|
@holagvk, I checked all |
|
This shows an issue with this approach - we rely on upstream content for our configuration. |
Upgrade to the latest version of the repository which includes the following improvements of the template for config.txt:
This work was sponsored by GOVCERT.LU.
- What I did
Upgrade to the latest version of https://github.com/Evilpaul/RPi-config
- How I did it
While working on #1237 I noticed that recipe
rpi-configuses an older version and decided to upgrade the template forconfig.txtto the latest available version. The primary reason is that in the new version the date at the beginning ofconfig.txthas been changed forRevision 16, 2013/06/22toRevision 17, 2021/08/15. Obviously there have been many additions in general toconfig.txtsince 2013 so it is better to use a newer date.