diff --git a/recipes/drivers-041/recipe.sh b/recipes/drivers-041/recipe.sh
new file mode 100644
index 0000000000000000000000000000000000000000..1859d66c34f88cb792ad56b9ce2c7493d68bfe2d
--- /dev/null
+++ b/recipes/drivers-041/recipe.sh
@@ -0,0 +1,14 @@
+GIT=https://github.com/redox-os/drivers.git
+GIT_BRANCH=0.4.1
+CARGOFLAGS=--all
+
+function recipe_version {
+    echo "0.1.1"
+    skip=1
+}
+
+function recipe_stage {
+    mkdir -pv "$1/etc/pcid"
+    cp -v initfs.toml "$1/etc/pcid/initfs.toml"
+    cp -v filesystem.toml "$1/etc/pcid/filesystem.toml"
+}