diff --git a/recipes/drivers-initfs/recipe.toml b/recipes/drivers-initfs/recipe.toml index 0c11a0f89..4d0d51c8b 100644 --- a/recipes/drivers-initfs/recipe.toml +++ b/recipes/drivers-initfs/recipe.toml @@ -6,7 +6,6 @@ template = "custom" script = """ BINS=( ahcid - ided nvmed pcid vesad @@ -14,7 +13,7 @@ BINS=( case "${TARGET}" in i686-unknown-redox | x86_64-unknown-redox) - BINS+=(acpid ps2d) + BINS+=(acpid ided ps2d) ;; *) ;;