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.
This commit is contained in:
1
Makefile
1
Makefile
@@ -51,6 +51,7 @@ $(O)/.ready: \
|
|||||||
install.packages \
|
install.packages \
|
||||||
$(CONFIGDIR)/install.packages \
|
$(CONFIGDIR)/install.packages \
|
||||||
$(wildcard $(CONFIGDIR)/installonly.packages) \
|
$(wildcard $(CONFIGDIR)/installonly.packages) \
|
||||||
|
busybox.symlinks \
|
||||||
$(wildcard $(CONFIGDIR)/busybox.symlinks) \
|
$(wildcard $(CONFIGDIR)/busybox.symlinks) \
|
||||||
$(O)/linux/arch/arm64/boot/Image.gz \
|
$(O)/linux/arch/arm64/boot/Image.gz \
|
||||||
$(O)/semanage.mods \
|
$(O)/semanage.mods \
|
||||||
|
|||||||
Reference in New Issue
Block a user