From 79c8dc46558cfc271d8c733f3d7c6065c3d4e25b Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Sat, 21 Oct 2023 01:22:26 +0100
Subject: config/git/www and www-img: import libreboot.org

it's not used by anywhere else in lbmk, but the release build
script will automatically download each project named as per
file names in config/git/

this is a stupidly simply way to prove documentation in
libreboot releases, and i've used current revisions corresponding
to the Libreboot 20231021 release, for this 20231021 release
of lbmk.

Signed-off-by: Leah Rowe <leah@libreboot.org>
---
 config/git/www     | 6 ++++++
 config/git/www-img | 6 ++++++
 2 files changed, 12 insertions(+)
 create mode 100644 config/git/www
 create mode 100644 config/git/www-img

(limited to 'config/git')

diff --git a/config/git/www b/config/git/www
new file mode 100644
index 00000000..0852ac31
--- /dev/null
+++ b/config/git/www
@@ -0,0 +1,6 @@
+{www}{
+	rev: f3001eae5724ef38fe512a378148a2d619a0ff24
+	loc: www
+	url: https://codeberg.org/libreboot/lbwww
+	bkup_url: https://git.disroot.org/libreboot/lbwww
+}
diff --git a/config/git/www-img b/config/git/www-img
new file mode 100644
index 00000000..b134e72d
--- /dev/null
+++ b/config/git/www-img
@@ -0,0 +1,6 @@
+{www}{
+	rev: 918c0ba07cf45f07836fa8c312fc51b48db32e0a
+	loc: www-img
+	url: https://codeberg.org/libreboot/lbwww-img
+	bkup_url: https://git.disroot.org/libreboot/lbwww-img
+}
-- 
cgit v1.2.1