summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2022-07-09 20:50:39 +0100
committerLeah Rowe <leah@libreboot.org>2022-07-10 08:33:31 +0100
commitfbbb5bc616b08a5cd747735b0612fd0f0046c7fe (patch)
tree8ac90758e0807d1c623e94a683ee9d6268e32c32
parentf8183e187b22f4e275e8a38710804548017fc037 (diff)
Libreboot 2022071020220710
-rw-r--r--README.md9
-rwxr-xr-xresources/scripts/build/release/src2
2 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3b7dd1f..eef8519 100644
--- a/README.md
+++ b/README.md
@@ -139,15 +139,6 @@ at a later date, when it updates itself.
The deblobbed coreboot tree used in libreboot is referred to as
*coreboot-libre*, to distinguish it as a component of *libreboot*.
-A coreboot *fork* is planned for the future. Nowadays, coreboot drops support
-for boards that are "unmaintained", which in some cases just means that nobody
-submitted a new status update (to the *board-status* repository), so nowadays
-Libreboot must maintain multiple versions of coreboot. This is unsustainable,
-so a fork is planned, re-adding all of the deleted boards, backporting newer
-coreboot features and, possibly, having support for those boards re-merged
-upstream, where coreboot and the fork will share code back and forth. As of
-27 April 2021, work on this fork has not yet begun.
-
LICENSE FOR THIS README:
GNU Free Documentation License 1.3 as published by the Free Software Foundation,
with no invariant sections, no front cover texts and no back cover texts. If
diff --git a/resources/scripts/build/release/src b/resources/scripts/build/release/src
index 8dcf0ec..ed0eb20 100755
--- a/resources/scripts/build/release/src
+++ b/resources/scripts/build/release/src
@@ -55,7 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version
modlist="coreboot flashrom grub memtest86plus seabios ich9utils"
dirlist="resources"
-filelist="download build README.md COPYING Makefile update version versiondate projectname"
+filelist="download build README.md COPYING Makefile update version versiondate projectname .gitcheck"
for modname in ${modlist}; do
if [ ! -d "${modname}/" ]; then