Remove deprecated drivers-041 recipe

This commit is contained in:
Ribbon 2023-05-24 00:36:42 +00:00
parent 05c6888bfe
commit 68578d6d3f

View File

@ -1,14 +0,0 @@
GIT=https://gitlab.redox-os.org/redox-os/drivers.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"
}