From 33d9cc79f04bc5338770a8d339615e0e047e4a03 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 11 Apr 2026 20:59:37 +0200 Subject: [PATCH] Move dhcpd from the netutils repo to the base repo --- recipes/core/base/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index 700ca5b32..af57aeecb 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -5,7 +5,7 @@ git = "https://gitlab.redox-os.org/redox-os/base.git" template = "custom" script = """ mkdir -pv "${COOKBOOK_STAGE}/usr/bin" -for package in audiod ipcd ptyd; do +for package in audiod dhcpd ipcd ptyd; do "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/${package}/Cargo.toml" \ ${build_flags}