diff --git a/config/redoxer.toml b/config/redoxer.toml index 5ef92a9d7..8c50e37d5 100644 --- a/config/redoxer.toml +++ b/config/redoxer.toml @@ -9,13 +9,9 @@ ca-certificates = {} coreutils = {} extrautils = {} findutils = {} -gcc13 = {} -"gcc13.cxx" = {} -gnu-binutils = {} ion = {} netdb = {} pkgutils = {} -redoxerd = {} relibc = {} # Override to not background dhcpd diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 1e904f18e..393077f61 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -181,7 +181,6 @@ procedural-wallpapers-rs = {} python312 = {} #qemu = {} # can be built, but not working readline = {} -redoxerd = {} redox-fatfs = {} redoxfs = {} redox-games = {} diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index a5dfe66ce..8e8fdf52e 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -38,6 +38,7 @@ BINS=( virtio-netd xhcid inputd + redoxerd ) # Add additional drivers to the list to build, that are not in drivers-initfs @@ -59,7 +60,7 @@ export CARGO_PROFILE_RELEASE_PANIC=abort $(for bin in "${BINS[@]}"; do echo "-p" "${bin}"; done) for bin in "${BINS[@]}" do - if [[ "${bin}" == "inputd" || "${bin}" == "pcid" || "${bin}" == "pcid-spawner" ]]; then + if [[ "${bin}" == "inputd" || "${bin}" == "pcid" || "${bin}" == "pcid-spawner" || "${bin}" == "redoxerd" ]]; then cp -v "target/${TARGET}/${build_type}/${bin}" "${COOKBOOK_STAGE}/usr/bin" else cp -v "target/${TARGET}/${build_type}/${bin}" "${COOKBOOK_STAGE}/usr/lib/drivers"