From 4a27f46e68aa7a635e1e91da1f248bed82ed5c76 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 13 Dec 2024 19:22:49 -0600 Subject: [PATCH] make: Add busybox.symlinks dep for rootfs This ensures the root filesystem image will be regenerated if the base `busybox.symlinks` file from Aimee OS changes. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cf0487d..6bff7be 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ $(O)/.ready: \ install.packages \ $(CONFIGDIR)/install.packages \ $(wildcard $(CONFIGDIR)/installonly.packages) \ + busybox.symlinks \ $(wildcard $(CONFIGDIR)/busybox.symlinks) \ $(O)/linux/arch/arm64/boot/Image.gz \ $(O)/semanage.mods \