From c96bd4b28bc7e96a7f02bcf80de4a6c3fb4621f7 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 16 Sep 2025 11:55:29 +0200 Subject: [PATCH] feat: add linux-firmware and WiFi kernel modules for hardware support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32f0360..d2a0dc2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export DOMAIN := $(or $(WORKSHOP_DOMAIN),codecrispi.es) USB_DEVICE := $(or $(USB_DEVICE),/dev/sdX) BUILD_DIR := ./build -ISO_FILE := $(shell ls $(BUILD_DIR)/iso/result/iso/*.iso 2>/dev/null | head -1) +ISO_FILE = $(shell ls $(BUILD_DIR)/iso/iso/*.iso 2>/dev/null | head -1) help: @echo "CODE CRISPIES Workshop Infrastructure"