From 5a53f7eda78a4ef95e04508aced4bf059dfb69fa Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 9 Nov 2023 21:10:23 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 87266942..00fa8849 100644 --- a/Makefile +++ b/Makefile @@ -50,10 +50,6 @@ $(SDIST): setup.py pwnagotchi # Building the image requires packer, but don't rebuild the image just because packer updated. $(PWN_RELEASE).img: | $(PACKER) - -# If the packer or ansible files are updated, rebuild the image. -$(PWN_RELEASE).img: $(SDIST) builder/pwnagotchi.json.pkr.hcl builder/raspberrypi32.yml builder/raspberrypi64.yml builder/orangepi.yml builder/extras/nexmon.yml $(shell find builder/data -type f) - cd builder && packer init pwnagotchi.json.pkr.hcl && sudo $(UNSHARE) $(PACKER) build -var "pwn_hostname=$(PWN_HOSTNAME)" -var "pwn_version=$(PWN_VERSION)" pwnagotchi.json.pkr.hcl clean: