diff --git a/recipes/drivers-initfs/recipe.toml b/recipes/drivers-initfs/recipe.toml index 0c11a0f8991de5a324310f08024c0bd5b94a88f6..4d0d51c8b39e7a32d9ceed3ce14b974c6744397b 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) ;; *) ;;