From 1d3bbddb9cc8ebb045076571888fa03ed3c2eaea Mon Sep 17 00:00:00 2001
From: 4lDO2 <4lDO2@protonmail.com>
Date: Sun, 29 Mar 2020 11:17:58 +0200
Subject: [PATCH] Add the ramfs recipe.

---
 recipes/kernel/recipe.sh | 2 +-
 recipes/ramfs/recipe.sh  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 recipes/ramfs/recipe.sh

diff --git a/recipes/kernel/recipe.sh b/recipes/kernel/recipe.sh
index 34c789d2e..a877f5d14 100644
--- a/recipes/kernel/recipe.sh
+++ b/recipes/kernel/recipe.sh
@@ -1,5 +1,5 @@
 GIT=https://gitlab.redox-os.org/redox-os/kernel.git
-BUILD_DEPENDS=(drivers init nulld randd redoxfs zerod)
+BUILD_DEPENDS=(drivers init nulld ramfs randd redoxfs zerod)
 
 function recipe_build {
     export INITFS_FOLDER="$(realpath ../sysroot)"
diff --git a/recipes/ramfs/recipe.sh b/recipes/ramfs/recipe.sh
new file mode 100644
index 000000000..f583f5c31
--- /dev/null
+++ b/recipes/ramfs/recipe.sh
@@ -0,0 +1 @@
+GIT=https://gitlab.redox-os.org/redox-os/ramfs.git
-- 
GitLab